A simple, featureful, and fast alternative to rm.
Find a file
2024-03-14 19:56:42 +00:00
src feat: nicer formatting of errors 2024-03-14 19:47:39 +00:00
.gitignore hotfix(flake): do not ignore Cargo.lock 2024-03-14 19:24:01 +00:00
Cargo.lock cargo: update 2024-03-14 19:25:06 +00:00
Cargo.toml chore: bump version to v0.2.1 2024-03-14 19:20:28 +00:00
flake.lock feat: initial commit - v0.1.0 2024-03-13 19:27:25 +00:00
flake.nix hotfix(flake): specify mainProgram 2024-03-14 19:56:42 +00:00
LICENSE.md docs: actually add LICENSE.md 2024-03-13 19:37:38 +00:00
README.md docs: document feature of preserving important directories 2024-03-13 20:05:29 +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.

  • Deleting directories
  • Deleting files
  • User-friendly error handling
  • 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