Sagasu

Build status Build Status Crates.io Dependency status

Simple utility to find files and/or directories

Download links

Usage

``` USAGE: sagasu.exe [FLAGS] [OPTIONS] [path]...

FLAGS: -d, --dir Flag whether to print directories or not. By default is true, if file is not specified -f, --file Flag whether to print executables or not. By default is true, if dir is not specified -h, --help Prints help information -q, --quiet Ignore errors during search. -s, --symlink Follow symbolic links. By default they are not followed. -V, --version Prints version information

OPTIONS: --hop Specifies depth of recursion. --minhop Minimum number of hops before starting to look. [default: 0]

ARGS: Pattern to filter by. Allowed types: Regex ... Specifies directory where to look. [default: .] ```