Crates.io | findrs |
lib.rs | findrs |
version | 0.3.1 |
source | src |
created_at | 2023-08-09 18:16:27.878715 |
updated_at | 2023-10-12 22:15:18.519837 |
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 | 90,519 |
find
, but faster and simplerwanted to try to make a cli with rust, so i 'remade' find
cargo install findrs
rsfind [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
: do a fuzzy find. shows 10 most similar results-f, --file <FILE>
: file or directory to search for-V, --version
: show version info-h, --help
: show help infofind