# rsfind ### like linux `find`, but faster and simpler wanted to try to make a cli with rust, so i "remade" find ### installation * with cargo: `cargo install rsfind` ### usage * `rsfind [OPTIONS] `, path is the root path you would like to search within ##### options * `-e, --extension `: search for files of a specific extension * `--hidden`: search within hidden directories * `--empty`: search for empty directories * `-f, --file `: file or directory to search for * `-V, --version`: show version info * `-h, --help`: show help info ### performance vs `find` ![](img/benchmark1.png) ![](img/benchmark2.png)