https://github.com/mrinjamul/sent
sent is a simple plaintext presentation tool.
https://github.com/mrinjamul/sent
dwm suckless suckless-sent
Last synced: about 2 months ago
JSON representation
sent is a simple plaintext presentation tool.
- Host: GitHub
- URL: https://github.com/mrinjamul/sent
- Owner: mrinjamul
- License: other
- Created: 2021-06-09T17:41:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T17:58:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T12:15:33.652Z (4 months ago)
- Topics: dwm, suckless, suckless-sent
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sent is a simple plaintext presentation tool.
sent does not need latex, libreoffice or any other fancy file format, it uses
plaintext files and png images. 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.Demo
To get a little demo, just type
make && ./sent example
You can navigate with the arrow keys and quit with `q`.
Usage
sent FILE1 [FILE2 ...]
If one FILE 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
- libpng
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?