diff options
author | Marvin Borner | 2022-05-31 14:17:19 +0200 |
---|---|---|
committer | Marvin Borner | 2022-05-31 14:17:19 +0200 |
commit | b8be82d9113dd0fec9021aa573039cc64dbd849a (patch) | |
tree | 0694d21e5ba03e843dc6f03d1c5b1ed033123875 /.repos/sent/README.md | |
parent | 272cc6e941d798d7270fcf74a98f592ef06e14ac (diff) |
Clean
Diffstat (limited to '.repos/sent/README.md')
-rw-r--r-- | .repos/sent/README.md | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/.repos/sent/README.md b/.repos/sent/README.md deleted file mode 100644 index c1e9385..0000000 --- a/.repos/sent/README.md +++ /dev/null @@ -1,59 +0,0 @@ -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 and Xft 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 - - Xft - - farbfeld - - 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/ |