aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/dragdrop
AgeCommit message (Collapse)Author
2019-11-26Some of the shell script fixes as per discussion (#389)Gravatar Vidar Holen
* Improved completion support for files with spaces Filenames with spaces, both generally and for session names, will now complete as expected. * Misc shell script improvements See discussion on: https://github.com/jarun/nnn/commit/1cca9e4b72b106374f203890b266f18609deefe3
2019-11-22shellcheck fixesGravatar Arun Prakash Jana
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