#find #cli #practice

app myfind

a simpler and faster find util

6 releases

Uses old Rust 2015

0.2.0 Jan 31, 2023
0.1.4 Jan 29, 2023

#16 in #practice

Download history 60/week @ 2024-02-15 3/week @ 2024-02-22 1/week @ 2024-02-29

64 downloads per month

MIT license

6KB
95 lines

myfind

like linux find, but faster and simpler

wanted to try to make a cli with rust, so i "remade" find

usage

  • myfind [OPTIONS] <path>, path is the root path you would like to search within
options
  • -e, --extension <EXT>: search for files of a specific extension
  • --empty: search for empty directories
  • -f, --file <FILE>: file or directory to search for
  • -V, --version: show version info

Dependencies

~3MB
~62K SLoC