aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/dragdrop
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 10:42:29 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 10:42:50 +0530
commitcfbb8f21177bf376698fa4d3b625d9627c1237e9 (patch)
tree124fc693a303aa6fca83f44933766be0582cb831 /plugins/dragdrop
parentf438ddc28ce30fee3f870e1a7a91e8a1e6f0845f (diff)
downloadnnn-cfbb8f21177bf376698fa4d3b625d9627c1237e9.tar.gz
Uniform plugins
Diffstat (limited to 'plugins/dragdrop')
-rwxr-xr-xplugins/dragdrop13
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