You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.1 KiB

9 years ago
sent is a simple plaintext presentation tool.
10 years ago
sent does not need latex, libreoffice or any other fancy file format, it uses
9 years ago
plaintext files and png images. Every paragraph represents a slide in the
presentation.
The presentation is displayed in a simple X11 window. The content of each slide
is automatically scaled to fit the window and centered so you also don't have to
worry about alignment. Instead you can really concentrate on the content.
10 years ago
Demo
To get a little demo, just type
make && ./sent example
9 years ago
You can navigate with the arrow keys and quit with `q`.
10 years ago
Usage
9 years ago
sent FILE1 [FILE2 ...]
10 years ago
9 years ago
If one FILE equals `-`, stdin will be read. Produce image slides by prepending a
`@` in front of the filename as a single paragraph. Lines starting with `#` will
be ignored. A `\` at the beginning of the line escapes `@` and `#`. A
presentation file could look like this:
10 years ago
sent
9 years ago
10 years ago
@nyan.png
9 years ago
depends on
- Xlib
10 years ago
sent FILENAME
9 years ago
one slide per paragraph
9 years ago
# This is a comment and will not be part of the presentation
9 years ago
\# This and the next line start with backslashes
\@FILE.png
10 years ago
thanks / questions?
9 years ago
Development
sent is developed at http://tools.suckless.org/sent