EverythingNet 1.0.124

There is a newer version of this package available.
See the version list below for details.
dotnet add package EverythingNet --version 1.0.124
NuGet\Install-Package EverythingNet -Version 1.0.124
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.124" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EverythingNet --version 1.0.124
#r "nuget: EverythingNet, 1.0.124"
#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.
// Install EverythingNet as a Cake Addin
#addin nuget:?package=EverythingNet&version=1.0.124

// Install EverythingNet as a Cake Tool
#tool nuget:?package=EverythingNet&version=1.0.124

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,063 11/3/2017
1.0.124 1,065 10/18/2017
1.0.119 878 10/2/2017
1.0.118 1,209 9/27/2017
1.0.111 880 9/15/2017
1.0.106 870 9/5/2017
1.0.100 882 9/1/2017
1.0.99 893 8/31/2017
1.0.91 878 8/23/2017
1.0.90 879 8/21/2017
1.0.86 964 6/30/2017
1.0.85 941 6/22/2017
1.0.84 930 6/22/2017
1.0.83 927 6/21/2017
1.0.81 907 6/21/2017
1.0.80 901 6/21/2017
1.0.78 906 6/21/2017
1.0.76 919 6/20/2017
1.0.75 986 6/19/2017

Big speed improvement and some API refinements.