A simple file finder CLI app written in Rust initially for learning purposes.
Supports search both by filename and by contents.
- Implement multiple files return
- Optimize for multithreading support
- Support current directory search as the default
- Additional filters: size, creation/modification date
- [Optional] Make this project publicly installable as an actual Rust application
TBD
filefinder [OPTIONS] <query>
To check the options, run:
filefinder --help