kaelzhang / shell-safe-rm

😎 Safe-rm: A drop-in and much safer replacement of bash rm with nearly full functionalities and options of the rm command! Safe-rm will act exactly the same as the original rm command.
Other
428 stars 33 forks source link

Add -c / --clear option to clear your .Trash folder #15

Closed Humbertzhang closed 6 years ago

kaelzhang commented 6 years ago

Thanks for your contribution, but I thought it is better to create a new command rather than adding a -c option.

The mechanism of some other modules or programs might rely on the behavior or rm, so safe-rm should obey the options of the vanilla rm to prevent further problems.

And moving things to .Trash folder is the whole purpose of this repo.

Humbertzhang commented 6 years ago

I see, Thanks for your explanation.