rsfind

Crates.iorsfind
lib.rsrsfind
version0.2.2
sourcesrc
created_at2023-02-20 00:35:59.645493
updated_at2023-03-05 02:30:09.319937
descriptiona simpler and faster find util
homepagehttps://github.com/willshuttleworth/rsfind
repositoryhttps://github.com/willshuttleworth/rsfind
max_upload_size
id789388
size87,171
Will Shuttleworth (willshuttleworth)

documentation

README

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>, path is the root path you would like to search within
options
  • -e, --extension <EXT>: search for files of a specific extension
  • --hidden: search within hidden directories
  • --empty: search for empty directories
  • -f, --file <FILE>: file or directory to search for
  • -V, --version: show version info
  • -h, --help: show help info

performance vs find

Commit count: 43

cargo fmt