EverythingNet 1.0.126
dotnet add package EverythingNet --version 1.0.126
NuGet\Install-Package EverythingNet -Version 1.0.126
<PackageReference Include="EverythingNet" Version="1.0.126" />
paket add EverythingNet --version 1.0.126
#r "nuget: EverythingNet, 1.0.126"
// Install EverythingNet as a Cake Addin #addin nuget:?package=EverythingNet&version=1.0.126 // Install EverythingNet as a Cake Tool #tool nuget:?package=EverythingNet&version=1.0.126
EverythingNet
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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,206 | 11/3/2017 |
1.0.124 | 1,082 | 10/18/2017 |
1.0.119 | 891 | 10/2/2017 |
1.0.118 | 1,253 | 9/27/2017 |
1.0.111 | 893 | 9/15/2017 |
1.0.106 | 882 | 9/5/2017 |
1.0.100 | 897 | 9/1/2017 |
1.0.99 | 908 | 8/31/2017 |
1.0.91 | 890 | 8/23/2017 |
1.0.90 | 892 | 8/21/2017 |
1.0.86 | 978 | 6/30/2017 |
1.0.85 | 954 | 6/22/2017 |
1.0.84 | 942 | 6/22/2017 |
1.0.83 | 940 | 6/21/2017 |
1.0.81 | 918 | 6/21/2017 |
1.0.80 | 914 | 6/21/2017 |
1.0.78 | 918 | 6/21/2017 |
1.0.76 | 931 | 6/20/2017 |
1.0.75 | 1,001 | 6/19/2017 |
Added support for sorting results