huijunchen9260 / dmenufm

A simple file manager using dmenu
GNU General Public License v3.0
227 stars 15 forks source link

Need help on MVR/YAK/LNK/DEL/Move to trash #15

Closed huijunchen9260 closed 4 years ago

huijunchen9260 commented 4 years ago

I try to simplify the code and realize that MVR, YAK, LNK, DEL, and move to trash function cannot handle filename with space.

Could anyone help me with this?

Thank you!

huijunchen9260 commented 4 years ago

Also, I wish to simplify each menu and extract some independent function

camnw commented 4 years ago

In #16 I have made it so that bulk commands handle space properly. I do not seem to have the issue with single files though. If my PR doesn't work for you could you give a detailed example of a file name and exact process you are trying that doesn't work? I tried MVR on a file called "new file" moving it to "newer file" and it seemed to work properly.

huijunchen9260 commented 4 years ago

Fixed by VebbNix.