Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrikvtcodes/rmall.rs
https://github.com/henrikvtcodes/rmall.rs
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/henrikvtcodes/rmall.rs
- Owner: henrikvtcodes
- Created: 2023-05-01T13:41:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T12:30:14.000Z (11 months ago)
- Last Synced: 2024-05-02T03:20:42.562Z (7 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```