aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/dragdrop
AgeCommit message (Collapse)Author
2019-11-15Fix dragdrop not working in selection mode (#382)Gravatar 0xACE
xargs couldn't call function `dnd()` and I couldn't find a portable way to do it, so I replaced it with a variable which I guess should work fine.
2019-11-04Fix dragdrop stderr causing issues (#374)Gravatar 0xACE
For w/e reason the output from `which` causes problems with nnn rendering. This commit silences the problematic lines.
2019-11-02Update drag and drop pluginGravatar Arun Prakash Jana