2024-03-13 19:57:42 +00:00
|
|
|
# Vaporise
|
|
|
|
Vaporise (`vpr`) is a simple, featureful and memory-safe alternative to the common `rm`, and is written in pure Rust.
|
|
|
|
|
|
|
|
> This project is currently a work in progress, and I therefore make no guarantees on stability. There's a lot to be added, too.
|
|
|
|
|
|
|
|
## Roadmap
|
|
|
|
A list of features (or anything else relevant), currently implenented and *not* implemented.
|
|
|
|
- [X] Deleting directories
|
|
|
|
- [X] Deleting files
|
|
|
|
- [X] User-friendly error handling
|
2024-03-13 20:05:29 +00:00
|
|
|
- [X] Doesn't delete important directories by default (`/` or `~`)
|
2024-04-02 16:45:38 +01:00
|
|
|
- [X] Prompting before every, or just the first, removal
|
2024-03-13 19:57:42 +00:00
|
|
|
- [ ] Trashing files through a CLI argument
|