3 unstable releases

Uses old Rust 2015

0.3.1 Oct 12, 2023
0.3.0 Oct 12, 2023
0.2.2 Aug 9, 2023

#1019 in Command line utilities

Download history 15/week @ 2024-02-19 10/week @ 2024-02-26 9/week @ 2024-03-11 51/week @ 2024-04-01

60 downloads per month

MIT license

77KB
114 lines

findrs

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 findrs

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: extend search to hidden directories
  • --empty: search for empty directories
  • --fuzzy: do a fuzzy find. shows 10 most similar results
  • -f, --file <FILE>: file or directory to search for
  • -V, --version: show version info
  • -h, --help: show help info

performance vs find

Dependencies

~3MB
~61K SLoC