FRIGN e8914d5d4b _exit() instead of exit() after failed exec
die() calls exit(), but actually at this point the program could be in a
state not allowing this. It's better to call _exit to stop the libc from
calling any handlers that might fail at this moment anyway.
2016-08-11 23:42:09 +02:00
2014-06-23 00:39:21 +02:00
2016-05-24 19:28:44 +02:00
2016-05-24 19:28:44 +02:00
2016-07-14 12:44:05 +02:00
2016-07-18 16:09:23 +02:00
2015-04-05 15:48:47 +02:00
2014-06-29 23:43:01 +02:00
2016-03-06 20:49:18 +01:00
2016-05-24 19:28:44 +02:00
2016-05-24 19:28:44 +02:00

sent is a simple plaintext presentation tool.

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.

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.

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

You can navigate with the arrow keys and quit with q.

Usage

sent [FILE]

If FILE is omitted or 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:

sent

@nyan.png

depends on
- Xlib

sent FILENAME
one slide per paragraph
# This is a comment and will not be part of the presentation
\# This and the next line start with backslashes

\@FILE.png

thanks / questions?

Development

sent is developed at http://tools.suckless.org/sent

0: http://tools.suckless.org/farbfeld/

Description
Sent is a presentation tool that just read a file
Readme 148 KiB
Languages
C 89.6%
Makefile 5.4%
Roff 5%