4 个版本 (2 个破坏性更新)

0.3.1 2019年8月8日
0.3.0 2019年6月12日
0.2.0 2019年6月12日
0.1.0 2019年3月17日

#1593 in 文件系统

Apache-2.0

13KB
230 代码行

萨古苏

Build status Build Status Crates.io Dependency status

简单的查找文件和/或目录的实用程序

用法

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: .]

依赖项

~2–11MB
~97K SLoC