myfind

Crates.iomyfind
lib.rsmyfind
version0.2.0
sourcesrc
created_at2023-01-09 18:01:16.029579
updated_at2023-01-31 17:01:02.382749
descriptiona simpler and faster find util
homepagehttps://github.com/willshuttleworth/myfind
repositoryhttps://github.com/willshuttleworth/myfind
max_upload_size
id754722
size17,652
Will Shuttleworth (willshuttleworth)

documentation

README

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
Commit count: 39

cargo fmt