Fast find file or Remove cli

``` fus 1.0 Fast find file or Remove

USAGE: fus --name [SUBCOMMAND]

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

OPTIONS: -n, --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 ```