Show HN: rm-safely – A shell alias that moves files to trash instead of deleting
zdkaster
github.com
14 points22 comments
'rm' safely – a safety net for the risky rm. Contribute to zdk/rm-safely development by creating an account on GitHub.
I made rm-safely, a simple shell wrapper that moves files to trash instead of permanently deleting them. It prevents accidental deletions from autocomplete mishaps or hasty rm -rf commands.
Should work as a drop-in replacement for rm but safer.
Would appreciate any feedback!