rip2
A Rust command-line replacement for rm that moves deleted files to a graveyard so you can undo.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
1 more ways to get rip2
Package managers
- Homebrew
brew install rip2
About rip2
rip2 is a safer alternative to rm, written in Rust. Instead of removing files permanently, it moves them to a graveyard directory, typically under /tmp, so a mistaken deletion can be restored.
It is a maintained fork of the original rip project and keeps a simple interface focused on safety, ergonomics and speed. It deliberately does not implement the XDG trash specification, so deleted files will not appear in a desktop file manager's trash.
Strengths
- Deletions can be undone from the graveyard
- Simple interface close to rm
- Maintained fork of the original rip
Limitations
- Does not use the XDG trash, so desktop trash tools will not see deleted files
- Graveyard under /tmp may be cleared on reboot
Details
- Pricing
- FreeFree and open source.
- License
- GPL-3.0
- Developer
- Miles Cranmer
- Platforms
- Command line
- How it runs
- Downloadable app
- Account
- Not required
- Works offline
- Yes
- Best suited for
- Terminal users who want a safety net against accidental rm deletions
- Categories
- CLI tools
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Alternatives to rip2
Compare allSoftware that can replace rip2 for an important use case, and what changes if you switch.
trash-cli
A command-line interface to the FreeDesktop.org trash can for deleting and restoring files safely.
trash-cli uses the FreeDesktop.org trash shared with desktop file managers, so deleted files stay visible there, but it is aimed mainly at Linux and uses separate commands per task.
Similar software
Related functionality, not necessarily a direct replacement.
GNU Coreutils
The core GNU file, shell and text utilities, including ls, cp, mv and sort.
uutils coreutils
A cross-platform rewrite of the GNU coreutils in Rust, covering commands such as ls, cp and sort.
xcp
A partial clone of the Unix cp command with progress feedback and optimisations for some copy tasks.
fclones
A command-line tool that finds groups of identical files and removes the copies you no longer need.
Kondo
A tool that finds and deletes build artifacts and dependency folders from software projects.