aboutsummaryrefslogtreecommitdiff
path: root/debian/dragon-drag-and-drop.1
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-01-18 17:06:55 -0500
committerB Stack <bgstack15@gmail.com>2021-01-18 17:08:44 -0500
commitfb5cc1137a548ccb08b59efc31f705a59669208a (patch)
treecdf36600b94061cd7dc9984a699c5d4afb199c2c /debian/dragon-drag-and-drop.1
parentUse --on-top, -T for always-on-top switch (diff)
downloaddragon-fb5cc1137a548ccb08b59efc31f705a59669208a.tar.gz
dragon-fb5cc1137a548ccb08b59efc31f705a59669208a.tar.bz2
dragon-fb5cc1137a548ccb08b59efc31f705a59669208a.zip
add dpkg recipe
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