fus

Crates.iofus
lib.rsfus
version0.1.7
sourcesrc
created_at2022-10-08 03:44:34.671574
updated_at2023-06-26 07:54:40.814553
descriptionFast find file or Remove cli
homepagehttps://dnrops.gitee.io
repositoryhttps://gitlab.com/andrew_ryan/fus
max_upload_size
id683304
size1,020,301
zinso (zinso)

documentation

https://docs.rs/fus

README

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
Commit count: 9

cargo fmt