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 "LAUNCHY" "1" "2020-11-03" "Launchy" ""
.SH NAME
launchy \- launch external applications across platforms
.SH USAGE
.BR launchy " [ " options " ] "
.I URL
.PP
.BR launchy " [ " "-h | -v | --help | --version " " ] "
.SH OPTIONS
The command accepts the following options:
.TP
.BI "\-a, \-\-application " APPLICATION
Explicitly specify the application class to use.
.TP
.B \-d, \-\-debug
Output debug information.
.TP
.BI "\-e, \-\-engine " RUBY_ENGINE
Force behavior as if on a particular ruby engine.
.TP
.B \-n, \-\-dry\-run
Only print the command to be executed on \fISTDOUT\fR.
.TP
.BI "\-o, \-\-host\-os " HOST_OS
Force behavior as if on a particular host os.
.TP
.B \-h, \-\-help
Print this message.
.TP
.B \-v, \-\-version
Output version information.
.SH ENVIRONMENT
The command accepts some special variables:
.TP
.I BROWSER
Colon separated list of browser commands. This is useful to extend the list of
built-in commands or customize them.
.TP
.I LAUNCHY_APPLICATION
Same as using the \fB\-\-application\fR option.
.TP
.I LAUNCHY_DRY_RUN
Same as using the \fB\-\-dry\-run\fR option.
.TP
.I LAUNCHY_DEBUG
Same as using the \fB\-\-debug\fR option.
.TP
.I LAUNCHY_HOST_OS
Same as using the \fB\-\-host\-os\fR option.
.TP
.I LAUNCHY_RUBY_ENGINE
Same as using the \fB\-\-engine\fR option.
.SH AUTHOR
This manual page was written by \fBDaniel Leidert\fP <\%dleidert@debian\.org\%>
for the Debian GNU/Linux system (but may be used by others).
|