EverythingNet 1.0.126

dotnet add package EverythingNet --version 1.0.126
                    
NuGet\Install-Package EverythingNet -Version 1.0.126
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EverythingNet" Version="1.0.126" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EverythingNet" Version="1.0.126" />
                    
Directory.Packages.props
<PackageReference Include="EverythingNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EverythingNet --version 1.0.126
                    
#r "nuget: EverythingNet, 1.0.126"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EverythingNet@1.0.126
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EverythingNet&version=1.0.126
                    
Install as a Cake Addin
#tool nuget:?package=EverythingNet&version=1.0.126
                    
Install as a Cake Tool

Build status Coverage Status NuGet

EverythingNet alternate text is missing from this package README image

Check demo app

https://github.com/ju2pom/EverythingNetDemo

What

EverythingNet is a C# library that wraps the great library from voidtools named Everything. This library lets you search for files and folders incredibly fast. For more information jump to the official page

EverythingNet provides a simple .NET API that wraps aforementioned library (which is coded in C). It doesn't rely on Windows Search at all but on a specific service which is much faster and lighter.

EverythingNet exposes a fluent API that ease access to specific search functions.

Features

The fluent API provides the following set of features:

  • thread safety
  • search for files only or folders only or both
  • name contains/start with/end with
  • search by extension or list of extensions
  • logical operators (Not, And, Or)
  • size search criteria
  • picture properties search criteria (format, dimensions)
  • audio search criteria (ID3 Tags)
  • dates search criteria (creation, modification, access, execution)
  • file content (maybe later)

How

The library exposes a fluent API that ease access to specific search functions. Here is a very simple example:

IEverything everything = new Everything();
var results = everything.Search().Name.Contains("temp");

Wiki

Wiki

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.126 2,692 11/3/2017
1.0.124 1,495 10/18/2017
1.0.119 1,102 10/2/2017
1.0.118 1,581 9/27/2017
1.0.111 1,101 9/15/2017
1.0.106 1,095 9/5/2017
1.0.100 1,112 9/1/2017
1.0.99 1,120 8/31/2017
1.0.91 1,096 8/23/2017
1.0.90 1,098 8/21/2017
1.0.86 1,186 6/30/2017
1.0.85 1,163 6/22/2017
1.0.84 1,152 6/22/2017
1.0.83 1,150 6/21/2017
1.0.81 1,126 6/21/2017
1.0.80 1,125 6/21/2017
1.0.78 1,125 6/21/2017
1.0.76 1,140 6/20/2017
1.0.75 1,215 6/19/2017

Added support for sorting results