#find #replace #gnu #directory #flags #kawaii #toa

app toa-find

可爱的 GNU find 替代品

2 个版本

使用旧的 Rust 2015

0.1.1 2017年4月6日
0.1.0 2017年4月3日

#56 in #gnu

MIT 许可证

16KB
415

toa-find

Build status Build Status

GNU find 替代品

以可爱的 Toa 命名

用法

USAGE: toa-find [options] <pattern> -- [path]..

Kawaii Toa shall find all your files recursively.

Arguments:
  <pattern> - Regular expression to filter entries by.
  [path]..  - Directory to search. By default current directory is searched.

Options:
  -h, --help         - Prints this message.
  -s, --sym          - Follow symbolic links. By default they are not followed.
      --minhop <num> - Minimum number of hops before starting to look.
      --hop <num>    - Specifies depth of recursion.
  -q, --quiet        - Print only results. Errors are ignored.

By default every type of file system entry is printed.
Below flags can be used to disable defaults and print only particular types of entries.

Entries filters:
  -d, --dir          - Prints directories.
  -f, --file         - Prints files.

依赖项

~3.5MB
~74K SLoC