7 个版本

0.1.7 2023年6月26日
0.1.6 2023年5月31日
0.1.5 2022年10月8日

#2305 in 命令行工具

每月41次下载

MIT 许可协议

495KB
54

包含 (ELF 可执行文件, 570KB) bin/fus, (DOS 可执行文件, 430KB) bin/fus.exe

快速查找文件或删除 cli

Crates.io Rust license

fus 1.0
Fast find file or Remove

USAGE:
    fus --name <NAME> [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -n, --name <NAME>    filter files by name
                         Example:
                         fus -n .toml => find all *.toml in current dir

SUBCOMMANDS:
    help    Prints this message or the help of the given subcommand(s)
    rm      Remove the files (is not required)
            Example:
            fus -n .toml rm => find all *.toml in current dir and remove

安装

cargo install fus

下载二进制文件

#linux
wget https://gitlab.com/andrew_ryan/fus/-/raw/master/bin/fus
#windows
wget https://gitlab.com/andrew_ryan/fus/-/raw/master/bin/fus.exe

依赖项

~1.1–9MB
~57K SLoC