6 releases
Uses old Rust 2015
0.2.0 | Jan 31, 2023 |
---|---|
0.1.4 | Jan 29, 2023 |
#2071 in #cli
6KB
95 lines
myfind
like linux find
, but faster and simpler
wanted to try to make a cli with rust, so i "remade" find
usage
myfind [OPTIONS] <path>
, path is the root path you would like to search within
options
-e, --extension <EXT>
: search for files of a specific extension--empty
: search for empty directories-f, --file <FILE>
: file or directory to search for-V, --version
: show version info
Dependencies
~3MB
~59K SLoC