like GNU find, but faster and simpler
- with cargo:
cargo install findrs
findrs [OPTIONS] <path>, path is the root path you would like to search within
-e, --extension <EXT>: search for files of a specific extension--hidden: extend search to hidden directories--empty: search for empty directories--fuzzy <N>: do a fuzzy find. defaults to 10 results if no value is provided-n, --name <NAME>: file or directory name to search for-V, --version: show version info-h, --help: show help info
