Everything C# CLI Example by dipique

Plug-in and third party software discussion.
Post Reply
void
Developer
Posts: 15098
Joined: Fri Oct 16, 2009 11:31 pm

Everything C# CLI Example by dipique

Post by void »

CLI example of integrating the search capabilities of VoidTools Everything in C#. The logic is in a single static class that is compatible with both .Net Framework and .Net Core. Search results are provided by a non-greed iterator and each result is in an idiomatic class.

https://github.com/dipique/everythingio
Kurt
Posts: 20
Joined: Thu Aug 06, 2009 3:10 am

Re: Everything C# CLI Example by dipique

Post by Kurt »

any examples on usages..

like having it index a specific folder and then you can it for searching just that?

I assume as it is, it would just index everythng like default? or can you feed it a config that has been setup on the existing everything gui options?
Post Reply