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.
 
 
 
 
FRIGN b737e3e6af
Add a manpage
8 years ago
.gitignore add stuff 10 years ago
LICENSE Simplify LICENSE wording 8 years ago
Makefile Add a manpage 8 years ago
README.md Fix cmdline argument check 8 years ago
arg.h Import arg.h OOB fix from Lucas Gabriel Vuotto. 8 years ago
config.def.h add ff and ff.bz2 support in config.def.h 8 years ago
config.mk fix include and lib paths for the BSDs 8 years ago
drw.c import new drw and util from libsl. 8 years ago
drw.h import new drw and util from libsl. 8 years ago
example Update example presentation 8 years ago
nyan.png add png support 10 years ago
sent.1 Add a manpage 8 years ago
sent.c Use Plan 9 style for ARGEND 8 years ago
transparent_test.ff Update example presentation 8 years ago
util.c Fix error-messages 8 years ago
util.h import new drw and util from libsl. 8 years ago

README.md

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/