A rust utility for indexing and searching for files or contents.
Find a file
2026-04-21 02:34:40 -04:00
.vscode Added basic query functionality to frontend. 2025-09-11 23:15:50 -04:00
assets Separated frontend code into separate html and css templates, numerous fixes and error handling. 2025-09-12 00:31:52 -04:00
src Sped up initial file count and reduced memory use, added cleaning step to database on repeat indexing. 2026-04-21 02:34:40 -04:00
.gitignore Added config file 2025-09-11 14:08:46 -04:00
Cargo.lock Added basic query functionality to frontend. 2025-09-11 23:15:50 -04:00
Cargo.toml Added basic query functionality to frontend. 2025-09-11 23:15:50 -04:00
config_example.toml Sped up initial file count and reduced memory use, added cleaning step to database on repeat indexing. 2026-04-21 02:34:40 -04:00
index.html Separated frontend code into separate html and css templates, numerous fixes and error handling. 2025-09-12 00:31:52 -04:00
run.bat Sped up initial file count and reduced memory use, added cleaning step to database on repeat indexing. 2026-04-21 02:34:40 -04:00
run.sh Sped up initial file count and reduced memory use, added cleaning step to database on repeat indexing. 2026-04-21 02:34:40 -04:00
setup.sh Sped up initial file count and reduced memory use, added cleaning step to database on repeat indexing. 2026-04-21 02:34:40 -04:00