2.0.0
fixed a lot of issues and introduced new features
- FEATURE: supports
~/.safe-rm.conf
- FEATURE: #37, supports options
-d
to check and only remove an empty directory. - FEATURE: #34, use AppleScript as much as possible to enable "put-back" on MacOS.
- FEATURE: #24, supports to permanently delete files that are already in the trash. (Disabled by default)
- PATCH: #22, return code mismatching with the original
rm
command - PATCH: #18,
safe-rm
now uses the same rule for duplicated file names in the system Trash. - PATCH: #11, now could properly remove symbolic links
- Uses nodejs to test the behavior of
safe-rm
compared to/bin/rm
for primary usage.
An upgrade is recommended for all users.