mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2024-11-29 05:13:50 +01:00
64 lines
1.2 KiB
Groff
64 lines
1.2 KiB
Groff
|
.TH DICE-ROLLER 1
|
||
|
.SH NAME
|
||
|
dice-roller \- Dice roller utility written in GO
|
||
|
.SH SYNOPSIS
|
||
|
.B dragon
|
||
|
.OP -surfaces
|
||
|
.OP -throws
|
||
|
.OP -modifier
|
||
|
.OP -attacks
|
||
|
.OP -advantage
|
||
|
.OP -disatvantage
|
||
|
.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 -A --all-compact
|
||
|
drag all files at once, only displaying the number of files.
|
||
|
.TP
|
||
|
.B -i --icon-only
|
||
|
only show icons in drag-and-drop windows.
|
||
|
.TP
|
||
|
.B -T --on-top
|
||
|
make window always-on-top.
|
||
|
.TP
|
||
|
.B -I --stdin
|
||
|
read filenames from stdin.
|
||
|
.TP
|
||
|
.B -s --thumb-size
|
||
|
set thumbnail size (default 96)
|
||
|
.TP
|
||
|
.B -v --verbose
|
||
|
be verbose.
|
||
|
.TP
|
||
|
.B --help
|
||
|
show help.
|
||
|
.TP
|
||
|
.B --version
|
||
|
show version details.
|