Sent is a presentation tool that just read a file
Go to file
Markus Teich e1a0b51d84 Also call ffload on the current slide in advance()
This fixes a bug where the image would not be loaded if the user setup a
keybinding which advances multiple slides at once. Then the preloading for the
previous/next slide in advance() would not catch that case and instead of an
image the text version (`@filename`) would be rendered on the slide.
2016-06-30 16:57:31 +02:00
.gitignore add stuff 2014-06-23 00:39:21 +02:00
arg.h Import arg.h OOB fix from Lucas Gabriel Vuotto. 2016-03-06 20:56:29 +01:00
config.def.h import new drw and util from libsl. 2016-05-24 19:28:44 +02:00
config.mk fix include and lib paths for the BSDs 2016-03-15 23:51:30 +01:00
drw.c import new drw and util from libsl. 2016-05-24 19:28:44 +02:00
drw.h import new drw and util from libsl. 2016-05-24 19:28:44 +02:00
example minor syntax, style and README fixes 2015-12-08 22:09:26 +01:00
LICENSE Support farbfeld as an intermediate format 2015-12-08 20:01:36 +01:00
Makefile prepare switch to libsl 2015-04-05 15:48:47 +02:00
nyan.png add png support 2014-06-29 23:43:01 +02:00
README.md Fix cmdline argument check 2016-03-06 20:49:18 +01:00
sent.c Also call ffload on the current slide in advance() 2016-06-30 16:57:31 +02:00
util.c import new drw and util from libsl. 2016-05-24 19:28:44 +02:00
util.h import new drw and util from libsl. 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/