sent

simple plaintext presentation tool
git clone git://git.suckless.org/sent
Log | Files | Refs | README | LICENSE

commit 93329c72b5c20bcdf937bd636cb1a6f331a97893
parent 3af7e93324d4fb8dbcb19f60eb7e7357fd350033
Author: Markus Teich <markus.teich@stusta.mhn.de>
Date:   Thu, 14 Jul 2016 12:44:05 +0200

Update example presentation

- Add a small transparent farbfeld test image

Diffstat:
Mexample | 15+++++++++++++--
Atransparent_test.ff | 0
2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/example b/example @@ -20,6 +20,7 @@ easy to use depends on ♽ Xlib +☢ Xft ☃ farbfeld ~1000 lines of code @@ -29,7 +30,7 @@ $ sent FILE1 [FILE2 …] ▸ one slide per paragraph ▸ lines starting with # are ignored -▸ image slide: paragraph containing @FILE.png +▸ image slide: paragraph containing @FILENAME ▸ empty slide: just use a \ as a paragraph # This is a comment and will not be part of the presentation @@ -49,10 +50,20 @@ $ sent FILE1 [FILE2 …] \#This line as well ⇒ Prepend a backslash to kill behaviour of special characters +Images are handled in the +http://tools.suckless.org/farbfeld/ +format internally. + +sent also supports transparent images. +Try changing the background in config.h +and rebuild. + +@transparent_test.ff + 😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏 😐😑😒😓😔😕😖😗😘😙😚😛😜😝😞😟 😠😡😢😣😥😦😧😨😩😪😫😭😮😯😰😱 😲😳😴😵😶😷😸😹😺😻😼😽😾😿🙀☠ -thanks +thanks. questions? diff --git a/transparent_test.ff b/transparent_test.ff Binary files differ.