aboutsummaryrefslogtreecommitdiff
path: root/debian/dragon-drag-and-drop.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/dragon-drag-and-drop.1')
-rw-r--r--debian/dragon-drag-and-drop.143
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/dragon-drag-and-drop.1 b/debian/dragon-drag-and-drop.1
new file mode 100644
index 0000000..f366f89
--- /dev/null
+++ b/debian/dragon-drag-and-drop.1
@@ -0,0 +1,43 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
+.TH DRAGON-DRAG-AND-DROP "1" "January 2021" "dragon 1.1.2" "General Commands Manual"
+.SH NAME
+dragon \- lightweight drag-and-drop source/target
+.SH SYNOPSIS
+.B dragon-drag-and-drop
+[\fI\,OPTION\/\fR] [\fI\,FILENAME\/\fR]
+.SH DESCRIPTION
+dragon\-drag\-and\-drop \- lightweight DnD source/target
+.TP
+\fB\-\-and\-exit\fR, \fB\-x\fR
+exit after a single completed drop
+.TP
+\fB\-\-target\fR, \fB\-t\fR
+act as a target instead of source
+.TP
+\fB\-\-keep\fR, \fB\-k\fR
+with \fB\-\-target\fR, keep files to drag out
+.TP
+\fB\-\-print\-path\fR, \fB\-p\fR
+with \fB\-\-target\fR, print file paths instead of URIs
+.TP
+\fB\-\-all\fR, \fB\-a\fR
+drag all files at once
+.TP
+\fB\-\-on\-top\fR, \fB\-T\fR
+make window always\-on\-top
+.TP
+\fB\-\-verbose\fR, \fB\-v\fR
+be verbose
+.TP
+\fB\-\-help\fR
+show help
+.TP
+\fB\-\-version\fR
+show version details
+.SH COPYRIGHT
+Copyright \(co 2014\-2018 Michael Homer
+This program comes with ABSOLUTELY NO WARRANTY.
+See the source for copying conditions.
+.SH MANPAGE
+This manpage was generated with help2man and corrected by B. Stack
+.B <bgstack15@gmail.com>
bgstack15