aboutsummaryrefslogtreecommitdiff
path: root/.repos/sent/sent.1
diff options
context:
space:
mode:
authorMarvin Borner2022-05-31 14:17:19 +0200
committerMarvin Borner2022-05-31 14:17:19 +0200
commitb8be82d9113dd0fec9021aa573039cc64dbd849a (patch)
tree0694d21e5ba03e843dc6f03d1c5b1ed033123875 /.repos/sent/sent.1
parent272cc6e941d798d7270fcf74a98f592ef06e14ac (diff)
Clean
Diffstat (limited to '.repos/sent/sent.1')
-rw-r--r--.repos/sent/sent.171
1 files changed, 0 insertions, 71 deletions
diff --git a/.repos/sent/sent.1 b/.repos/sent/sent.1
deleted file mode 100644
index e2bec40..0000000
--- a/.repos/sent/sent.1
+++ /dev/null
@@ -1,71 +0,0 @@
-.Dd 2016-08-12
-.Dt SENT 1
-.Sh NAME
-.Nm sent
-.Nd simple plaintext presentation tool
-.Sh SYNOPSIS
-.Nm
-.Op Fl v
-.Op Fl d
-.Op Ar file
-.Sh DESCRIPTION
-.Nm
-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
-describing the slides. sent can also draw images.
-.Pp
-Every paragraph represents a slide in the presentation. Especially for
-presentations using the Takahashi method this is very nice and allows
-you to write the presentation for a quick lightning talk within a
-few minutes.
-.Sh OPTIONS
-.Bl -tag -width Ds
-.It Fl v
-Print version information to stdout and exit.
-.It Fl d
-Use the colors from the dark colors array.
-.El
-.Sh USAGE
-.Bl -tag -width Ds
-.It Em Mouse commands
-.Bl -tag -width Ds
-.It Sy Button1 | Button5
-Go to next slide, if existent.
-.It Sy Button3 | Button4
-Go to previous slide, if existent.
-.El
-.It Em Keyboard commands
-.Bl -tag -width Ds
-.It Sy Escape | q
-Quit.
-.It Sy r
-Reload the slides. Only works on file input.
-.It Sy Right | Return | Space | l | j | Down | Next | n
-Go to next slide, if existent.
-.It Sy Left | Backspace | h | k | Up | Prior | p
-Go to previous slide, if existent.
-.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