InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Shell-safe-rm Alternatives
Similar projects and alternatives to shell-safe-rm
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
-
-
-
rm-trash
A "rm-trash" is meant to be used in place of rm system command in linux . This script will safely delete your files and put them in the trash for later retrieval.
-
-
misc-updater
Check if 'Manually-Installed and Source-Compiled' (MISC) packages have new releases or updates announced on their respective webpages.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
shell-safe-rm discussion
shell-safe-rm reviews and mentions
-
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 - InfluxDB
www.influxdata.com | 7 Jul 2025
Stats
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 Shell.