| Crates.io | findrs |
| lib.rs | findrs |
| version | 0.3.2 |
| created_at | 2023-08-09 18:16:27.878715+00 |
| updated_at | 2025-09-14 02:47:04.68527+00 |
| description | a simpler and faster find util |
| homepage | https://github.com/willshuttleworth/rsfind |
| repository | https://github.com/willshuttleworth/rsfind |
| max_upload_size | |
| id | 940239 |
| size | 66,636 |
like GNU find, but faster and simpler
cargo install findrsfindrs [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 infofindfinding all files that have a .rs extension
