sent/sent.1

69 lines
1.8 KiB
Groff
Raw Normal View History

2016-08-12 09:36:15 +00:00
.Dd 2016-08-12
.Dt SENT 1
.Sh NAME
.Nm sent
.Nd simple plaintext presentation tool
.Sh SYNOPSIS
.Nm
.Op Fl v
.Op Ar file
.Sh DESCRIPTION
.Nm
2017-09-02 17:20:00 +00:00
is a simple plain text presentation tool for X. sent does not need LaTeX,
LibreOffice or any other fancy file format. Instead, sent reads plain text
2017-09-02 00:17:39 +00:00
describing the slides. sent can also draw images.
2016-08-12 09:36:15 +00:00
.Pp
Every paragraph represents a slide in the presentation. Especially for
presentations using the Takahashi method this is very nice and allows
2017-09-02 00:17:39 +00:00
you to write the presentation for a quick lightning talk within a
2016-08-12 09:36:15 +00:00
few minutes.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl v
Print version information to stdout and exit.
.El
.Sh USAGE
.Bl -tag -width Ds
.It Em Mouse commands
.Bl -tag -width Ds
.It Sy Button1 | Button5
2017-09-02 17:20:00 +00:00
Go to next slide, if existent.
2016-08-12 09:36:15 +00:00
.It Sy Button3 | Button4
2017-09-02 17:20:00 +00:00
Go to previous slide, if existent.
2016-08-12 09:36:15 +00:00
.El
.It Em Keyboard commands
.Bl -tag -width Ds
.It Sy Escape | q
Quit.
2017-09-02 17:30:11 +00:00
.It Sy r
Reload the slides. Only works on file input.
2016-08-12 09:36:15 +00:00
.It Sy Right | Return | Space | l | j | Down | Next | n
2017-09-02 17:20:00 +00:00
Go to next slide, if existent.
2016-08-12 09:36:15 +00:00
.It Sy Left | Backspace | h | k | Up | Prior | p
2017-09-02 17:20:00 +00:00
Go to previous slide, if existent.
2016-08-12 09:36:15 +00:00
.El
.El
.Sh FORMAT
The presentation file is made up of at least one paragraph, with an
empty line separating two slides.
Each input line is interpreted literally, except from control characters
at the beginning of lines described as follows:
.Bl -tag -width Ds
.It Sy @
Create individual slide containing the image pointed to by the filename
following the
.Sy @ .
.It Sy #
Ignore this input line.
.It Sy \e
Create input line using the characters following the
.Sy \e
without interpreting them.
.El
.Sh CUSTOMIZATION
.Nm
can be customized by creating a custom config.h and (re)compiling the
source code. This keeps it fast, secure and simple.
.Sh SEE ALSO
.Xr 2ff 1