From cfbb8f21177bf376698fa4d3b625d9627c1237e9 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 6 May 2020 10:42:29 +0530 Subject: Uniform plugins --- plugins/dragdrop | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'plugins/dragdrop') 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 -- cgit v1.2.3-70-g09d2