aboutsummaryrefslogtreecommitdiff
path: root/dragon.1
blob: fbd03d814c15cc2481c6783b76844b144d69e655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.TH DRAGON 1
.SH NAME
dragon \- lightweight DnD source/target
.SH SYNOPSIS
.B dragon
.OP -x
.OP -t
.OP -k
.OP -p
.OP -a
.OP -i
.OP -T
.OP -v
FILENAME
.PP
.B dragon
.OP --help
.PP
.B dragon
.OP --version
.SH DESCRIPTION
.B dragon
is a source/sink for drag-and-drop operations. Many programs, particularly
web applications, expect files to be dragged into them now. If you don't
habitually use a file manager that is a problem. Dragon creates a small window
to drag out or drop files into, instead.
.SH OPTIONS
.TP
.B -x --and-exit
exit after a single completed drop.
.TP
.B -t --target
act as a target instead of source.
.TP
.B -k --keep
with --target, keep files to drag out.
.TP
.B -p --print-path
with --target, print file paths instead of URIs.
.TP
.B -a --all
drag all files at once.
.TP
.B -i --icon-only
only show icons in drag-and-drop windows.
.TP
.B -I --stdin
read filenames from stdin.
.TP
.B -T --on-top
make window always-on-top.
.TP
.B -v --verbose
be verbose.
.TP
.B --help
show help.
.TP
.B --version
show version details.
bgstack15