Crates.io | toa-find |
lib.rs | toa-find |
version | 0.1.1 |
source | src |
created_at | 2017-04-03 18:22:54.729534 |
updated_at | 2017-04-06 11:01:35.376465 |
description | Kawaii GNU find replacement |
homepage | https://github.com/DoumanAsh/toa-find |
repository | https://github.com/DoumanAsh/toa-find |
max_upload_size | |
id | 9519 |
size | 19,135 |
GNU find replacement
Named after cute 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.