findrs

Crates.iofindrs
lib.rsfindrs
version0.3.2
created_at2023-08-09 18:16:27.878715+00
updated_at2025-09-14 02:47:04.68527+00
descriptiona simpler and faster find util
homepagehttps://github.com/willshuttleworth/rsfind
repositoryhttps://github.com/willshuttleworth/rsfind
max_upload_size
id940239
size66,636
Will Shuttleworth (willshuttleworth)

documentation

README

findrs

like GNU find, but faster and simpler

installation

  • with cargo: cargo install findrs

usage

  • findrs [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: extend search to hidden directories
  • --empty: search for empty directories
  • --fuzzy <N>: do a fuzzy find. defaults to 10 results if no value is provided
  • -n, --name <NAME>: file or directory name to search for
  • -V, --version: show version info
  • -h, --help: show help info

performance vs GNU find

finding all files that have a .rs extension

Commit count: 53

cargo fmt