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.

58 lines
1.3 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
plaintext files to describe the slides and can include images via farbfeld.
Every paragraph represents a slide in the presentation.
9 years ago
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
Dependencies
You need Xlib to build sent and the farbfeld[0] tools installed to use images in
your presentations.
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
sent FILE
10 years ago
If FILE equals `-`, stdin will be read. Produce image slides by prepending a
9 years ago
`@` 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
0: http://tools.suckless.org/farbfeld/