|
FileSystemIndexer v0.1.2-beta
File System Indexer - An API to index files from your system
|
File System Indexer or FSI is a C++ library that it can be used to index files quickly with an extendible and easy to use API
There is also an API for C which is just for speed-first use cases such as indexing or other usages
To compile this program, you will need the following dependencies
The developer can compile the code with the following snippet
With developer mode, you can get more information about unexpected crashes, have ASAN / LSAN support, debug support, ...
Do not use dev mode here, just compile as prod; No information about crashes, no debug or ASAN / LSAN support
There is a basic bash script with some utilities that you can execute the executable directly
In this example you can directly add a specific directory without its parents
Recursively index a specific dir
This following example will search everything in the registry and output the matching In this case, everything that includes txt
Get all the indexed paths directly in a vector
Get specific indexed info from the vector registry
Replace errorVariable to a variable that has a type of IndexerError