A simple, featureful, and fast alternative to rm.
Find a file
Muhammad Nauman Raza 57b97040d3 docs: remove file shredding from roadmap
This is a bit of a hassle. Cross-platform support will break and there's
no guarantee it'll work well.
2024-04-02 15:57:52 +01:00
src refactor: remove unused declaration of empty variable 2024-03-26 13:56:11 +00: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.2.2 2024-03-26 13:58:37 +00:00
flake.lock flake+cargo: update 2024-03-25 22:57:30 +00:00
flake.nix chore: bump version to v0.2.2 2024-03-26 13:58:37 +00:00
LICENSE.md docs: actually add LICENSE.md 2024-03-13 19:37:38 +00:00
README.md docs: remove file shredding from roadmap 2024-04-02 15:57:52 +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 ~)
  • Trashing files through a CLI argument
  • Prompting before every, or just the first, removal