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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH RABBIT-COMMAND "1" "August 2020" "rabbit-command 3.0.0" "rabbit-command"
.SH NAME
rabbit-command \- commandline utility for Rabbit
.SH SYNOPSIS
.B rabbit-command
[\fI\,options\/\fR]
.SH DESCRIPTION
.TP
\fB\-\-rabbit\-uri\fR=\fI\,URI\/\fR
Specify Rabbit's dRuby URI as [URI].
(druby://127.0.0.1:10101)
.PP
Move commands
.TP
\fB\-\-previous\fR
Move to previous
.TP
\fB\-\-next\fR
Move to next
.TP
\fB\-\-previous\-slide\fR
Move to the previous slide
.TP
\fB\-\-next\-slide\fR
Move to the next slide
.TP
\fB\-\-first\-slide\fR
Move to the first slide
.TP
\fB\-\-last\-slide\fR
Move to the last slide
.TP
\fB\-\-jump\-to\fR=\fI\,N\/\fR
Move to the Nth slide
.PP
Get commands
.TP
\fB\-\-source\fR
Show source
.TP
\fB\-\-current\-slide\-rd\fR
Show the current slide source as RD
.PP
Control commands
.TP
\fB\-\-toggle\-fullscreen\fR
Toggle fullscreen
.TP
\fB\-\-toggle\-index\-mode\fR
Toggle index mode
.TP
\fB\-\-toggle\-whiteout\fR
Toggle whiteout
.TP
\fB\-\-toggle\-blackout\fR
Toggle blackout
.TP
\fB\-\-quit\fR
Quit
.PP
Common options
.TP
\fB\-\-options\-file\fR=\fI\,FILE\/\fR
Load options from FILE.
(none)
.TP
\fB\-\-locale\-dir\fR=\fI\,DIR\/\fR
Specify locale dir as [DIR].
(auto)
.TP
\fB\-\-logger\-type\fR=\fI\,TYPE\/\fR
Specify logger type as [TYPE].
Select from [gui, stderr].
(STDERR)
.TP
\fB\-\-log\-level\fR=\fI\,LEVEL\/\fR
Specify log level as [LEVEL].
Select from [debug, info, warning, error, fatal, unknown].
(info)
.TP
\fB\-\-help\fR
Show this message.
.TP
\fB\-\-version\fR
Show version.
|