sent/README.md

50 lines
1.1 KiB
Markdown
Raw Normal View History

2015-11-16 23:32:45 +00:00
sent is a simple plaintext presentation tool.
2014-06-22 22:53:45 +00:00
sent does not need latex, libreoffice or any other fancy file format, it uses
2015-11-16 23:32:45 +00:00
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.
2014-06-22 22:53:45 +00:00
2014-06-23 09:31:17 +00:00
Demo
To get a little demo, just type
make && ./sent example
2015-11-16 23:32:45 +00:00
You can navigate with the arrow keys and quit with `q`.
2014-06-22 22:53:45 +00:00
Usage
2015-11-16 23:32:45 +00:00
sent FILE1 [FILE2 ...]
2014-06-22 22:53:45 +00:00
2015-11-16 23:32:45 +00:00
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:
2014-06-22 22:53:45 +00:00
sent
2015-11-16 23:32:45 +00:00
2014-06-29 21:48:49 +00:00
@nyan.png
2015-11-16 23:32:45 +00:00
depends on
- Xlib
2014-06-22 22:53:45 +00:00
sent FILENAME
2015-11-16 23:32:45 +00:00
one slide per paragraph
2015-01-19 17:39:04 +00:00
# This is a comment and will not be part of the presentation
2015-11-16 23:32:45 +00:00
\# This and the next line start with backslashes
\@FILE.png
2014-06-22 22:53:45 +00:00
thanks / questions?
2015-11-16 23:32:45 +00:00
Development
sent is developed at http://tools.suckless.org/sent