| Crates.io | rfind |
| lib.rs | rfind |
| version | 0.2.0 |
| created_at | 2022-04-22 14:41:09.778016+00 |
| updated_at | 2022-04-24 18:27:51.687878+00 |
| description | A simple clone of the `find` command |
| homepage | |
| repository | https://github.com/kappq/rfind |
| max_upload_size | |
| id | 572199 |
| size | 10,638 |
rfind is a simple clone of the find command written in Rust.
Install the program with cargo:
cargo install rfind
The usage is very similar to the find command, but a lot simpler. Type rfind --help to see an help message.
rfind 0.2.0
Kappa <f.cappetti.05@gmail.com>
A simple clone of the `find` command
USAGE:
rfind [OPTIONS] [STARTING-POINT]...
ARGS:
<STARTING-POINT>... The starting-point of the program [default: .]
OPTIONS:
-h, --help Print help information
-n, --name <NAME> The regex to match
-t, --type <TYPE> The type of the file [possible values: f, d, l]
-V, --version Print version information