bulletmark / edir

Program to rename, remove, and copy files and directories using your editor
139 stars 8 forks source link

[Enhancement] Add support for trash-d #11

Closed fbearoff closed 2 years ago

fbearoff commented 2 years ago

edir currently supports trash-cli whose syntax differs from rm making it not an ideal 1:1 replacement/alias. trash-d can be used as a drop-in replacement for rm. It would be great if edir could support trash-d.

Thanks!

bulletmark commented 2 years ago

Done with commit 41585a0665f939091433a739c452f50eea4abd3e and released as new version 2.11.

Thanks for the good suggestion.