toa-find

Build status Build Status

GNU find replacement

Named after cute Toa

Usage

``` USAGE: toa-find [options] -- [path]..

Kawaii Toa shall find all your files recursively.

Arguments: - 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 - Minimum number of hops before starting to look. --hop - Specifies depth of recursion.

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. ```