nyx/README.md
elipeter ada7835efa - Remove unused filetypes.rs and walk.rs modules
- Introduce `index.rs` for file indexing using SQLite
- Expand configuration options in `config.rs`, including `excluded_files`
- Update dependencies in `Cargo.toml` to include SQLite, hashing, and regex libraries
2025-06-16 23:48:04 +02:00

179 B

Credit

Portions of walk.rs are adapted from fd by the fd developers (MIT License).
See walk.rs for modification details.