Skip to content

DoumanAsh/toa-find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toa-find

Build status Build Status

GNU find replacement

Named after cute Toa

Usage

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.