- 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
This commit is contained in:
elipeter 2025-06-16 23:47:50 +02:00
parent 646293ed72
commit ada7835efa
11 changed files with 551 additions and 766 deletions

4
README.md Normal file
View file

@ -0,0 +1,4 @@
## Credit
Portions of `walk.rs` are adapted from [fd](https://github.com/sharkdp/fd) by the fd developers (MIT License).
See [`walk.rs`](src/walk.rs) for modification details.