diff options
author | 2020-05-06 10:42:29 +0530 | |
---|---|---|
committer | 2020-05-06 10:42:50 +0530 | |
commit | cfbb8f21177bf376698fa4d3b625d9627c1237e9 (patch) | |
tree | 124fc693a303aa6fca83f44933766be0582cb831 /plugins/dragdrop | |
parent | f438ddc28ce30fee3f870e1a7a91e8a1e6f0845f (diff) | |
download | nnn-cfbb8f21177bf376698fa4d3b625d9627c1237e9.tar.gz |
Uniform plugins
Diffstat (limited to 'plugins/dragdrop')
-rwxr-xr-x | plugins/dragdrop | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/plugins/dragdrop b/plugins/dragdrop index bc01d87..5734d98 100755 --- a/plugins/dragdrop +++ b/plugins/dragdrop @@ -1,15 +1,16 @@ #!/usr/bin/env sh # Description: Open a Drag and drop window, to drop files onto other programs. -# Also provides drag and drop window for files. +# Also provides drag and drop window for files. # -# Files that are dropped will be added to nnn's selection -# Some webbased files will be downloaded to current directory with curl -# and it may overwrite some existing files +# Requires: https://github.com/mwh/dragon # -# The user has to mm to clear nnn's selection first +# Notes: +# - Files that are dropped will be added to nnn's selection +# Some webbased files will be downloaded to current directory with curl +# and it may overwrite some existing files +# - The user has to mm to clear nnn's selection first # -# Dependency: https://github.com/mwh/dragon # Shell: POSIX compliant # Author: 0xACE |