A simple, featureful, and fast alternative to rm.
Go to file
2024-04-02 16:47:10 +01:00
src feat: nicer formatting of confirm_each() 2024-04-02 16:45:05 +01:00
.gitignore hotfix(flake): do not ignore Cargo.lock 2024-03-14 19:24:01 +00:00
Cargo.lock cargo: update 2024-03-26 14:08:28 +00:00
Cargo.toml chore: bump version to v0.3.0 2024-04-02 16:47:10 +01:00
flake.lock flake+cargo: update 2024-03-25 22:57:30 +00:00
flake.nix chore: bump version to v0.3.0 2024-04-02 16:47:10 +01:00
LICENSE.md docs: actually add LICENSE.md 2024-03-13 19:37:38 +00:00
README.md docs: add prompting before removal as completed in roadmap 2024-04-02 16:45:38 +01: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 ~)
  • Prompting before every, or just the first, removal
  • Trashing files through a CLI argument