bulletmark / edir

Program to rename, remove, and copy files and directories using your editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't delete files with spaces in their names using trash-put

KodyVB opened this issue · comments

If you make a file with spaces in its name, i.e. touch "a test", then try to delete it with edir -t, it tries to treat it as separate files "a" and "test" with the output:

Remove a test ERROR: trash-put error: trash-put: cannot trash non existent 'a'
trash-put: cannot trash non existent 'test'

Fixed this with commit d121a78 and released new version 2.9. Thanks for your bug report.