1 unstable release
0.1.0 | May 2, 2023 |
---|
#8 in #deleting
5KB
102 lines
rmall.rs
A universal CLI that (poorly) attempts to replicate the behavior of the gnu rm
utility. rmall is a combination of rm
and the word "all" which refers to how this CLI supports multiple arguments.
[!WARNING]
If this tool does something unexpected, I am not responsible. rmall is not guaranteed to work perfectly. I only made it to make certain tasks easier for myself.
Download & Use
You need to have rust installed. I don't know what the MSRV is for this.
cargo install rmall
and then...
rmall -rf <insert file(s) or folder(s)>
Dependencies
~3–9MB
~78K SLoC