From f1edb61529eec71aae2bf913829b6a84e1b7ff2c Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 13 Mar 2024 20:05:29 +0000 Subject: [PATCH] docs: document feature of preserving important directories --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4a3c5..b5724f1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # 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. @@ -9,6 +8,7 @@ A list of features (or anything else relevant), currently implenented and *not* - [X] Deleting directories - [X] Deleting files - [X] User-friendly error handling +- [X] Doesn't delete important directories by default (`/` or `~`) - [ ] Trashing files through a CLI argument - [ ] *Shredding* files as is done by `shred` - [ ] Prompting before every, or just the first, removal