#cli #find

app fus

Fast find file or Remove cli

5 releases

0.1.5 Oct 8, 2022
0.1.4 Oct 8, 2022
0.1.3 Oct 8, 2022
0.1.2 Oct 8, 2022
0.1.1 Oct 8, 2022

#2143 in Command line utilities

35 downloads per month

MIT license

495KB

Fast find file or Remove 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

install

cargo install fus

download bin

#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

Dependencies

~2.5MB
~38K SLoC