From 39014d1ffd162ed224149adaaf6d8d275c60d3df Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 13 Mar 2024 19:57:42 +0000 Subject: [PATCH] docs: README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b4a3c5 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 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 +- [ ] Trashing files through a CLI argument +- [ ] *Shredding* files as is done by `shred` +- [ ] Prompting before every, or just the first, removal