sagasu

Crates.iosagasu
lib.rssagasu
version0.3.1
sourcesrc
created_at2019-03-17 11:30:58.738674
updated_at2019-08-08 06:26:13.25764
descriptionFind files utility
homepage
repositoryhttps://github.com/DoumanAsh/sagasu
max_upload_size
id121549
size20,798
Douman (DoumanAsh)

documentation

README

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] <pattern> [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
    -m, --machine    Specifies that usage comes from another application. Disables colors.
    -q, --quiet      Ignore errors during search.
    -s, --symlink    Follow symbolic links. By default they are not followed.
    -V, --version    Prints version information

OPTIONS:
        --hop <max_hop>       Specifies depth of recursion.
        --minhop <min_hop>    Minimum number of hops before starting to look. [default: 0]
        --sep <sep>           Specifies separator character between each entry. By default newline

ARGS:
    <pattern>    Pattern to filter by. Allowed types: Regex
    <path>...    Specifies directory where to look. [default: .]
Commit count: 9

cargo fmt