Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henrikvtcodes/rmall.rs


https://github.com/henrikvtcodes/rmall.rs

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# rmall.rs
A universal CLI that (poorly) attempts to replicate the behavior of the [gnu `rm` utility](https://man7.org/linux/man-pages/man1/rm.1.html). 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.
```sh
cargo install rmall
```
and then...
```sh
rmall -rf
```