SaaSHub helps you find the best software and product alternatives Learn more →
Shell-safe-rm Alternatives
Similar projects and alternatives to shell-safe-rm
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
bash
Discontinued Unofficial mirror of bash repository. Updated daily. [GET https://api.github.com/repos/bminor/bash: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
-
-
-
-
-
-
misc-updater
Check if 'Manually-Installed and Source-Compiled' (MISC) packages have new releases or updates announced on their respective webpages.
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better shell-safe-rm alternative or higher similarity.
shell-safe-rm discussion
shell-safe-rm reviews and mentions
Posts with mentions or reviews of shell-safe-rm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-16.
-
what is you recommended way to protect accidental delete woth rm -rf in opensuse
i ended up using shell-safe-rm plus trash-cli and my own wrapper script around rm that verifies some rules like for example the argument don't start with '/' , if i want to delete for example /home/shin/.local/somefile then the script will not let me and suggest to cd to /home/me/.local and delete from there , same if i do rm /var/somedir.
-
Ask HN: Can I see your scripts?
I use a script called `shell-safe-rm` [1], aliased as `rm` in interactive shells, such that I don't normally use `rm` directly. Instead of directly removing files, they are placed in the trash folder so they can be recovered if they were mistakenly deleted. Highly recommend using a script/program like this to help prevent accidental data loss.
[1] https://github.com/kaelzhang/shell-safe-rm
-
F!ck I just did a “‘rm -rf *” in my home directory 🥹💔
You could think about using trash-cli or safe-rm if you're too trigger happy with your terminal
-
trash-d: A near drop-in replacement for rm that uses the trash bin
So what's really is the difference/advantage compared to at least five other similar utilities already existing (trash-cli, shell-safe-rm, rm-trash, rmtrash, crap)? Can't really be that it uses D as the programming language. As a matter of fact why're there five utilities doing the same thing in the first place?
- Safe Rm
-
Suicide Linux
I meant I'm using safe-rm now but I was using another wrapper when I was younger for who knows why
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jun 2026
Stats
Basic shell-safe-rm repo stats
6
606
5.6
about 19 hours ago
kaelzhang/shell-safe-rm is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of shell-safe-rm is JavaScript.