henrikvtcodes / rmall.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)>

About


Languages

Language:Rust 100.0%