Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoijui/sent
a simple plaintext presentation tool
https://github.com/hoijui/sent
oseg presentation presentation-slides presentation-tools suckless tool
Last synced: 3 months ago
JSON representation
a simple plaintext presentation tool
- Host: GitHub
- URL: https://github.com/hoijui/sent
- Owner: hoijui
- License: other
- Created: 2017-12-04T09:36:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T05:31:25.000Z (over 3 years ago)
- Last Synced: 2024-10-13T15:43:46.821Z (3 months ago)
- Topics: oseg, presentation, presentation-slides, presentation-tools, suckless, tool
- Language: C
- Homepage: https://tools.suckless.org/sent/
- Size: 90.8 KB
- Stars: 27
- Watchers: 3
- Forks: 3
- 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 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
```bash
make && ./sent example
```You can navigate with the arrow keys and quit with `q`.
### Usage
```bash
sent [FILE]
sent -h
sent -v
```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
sent@nyan.png
depends on
- Xlib
- Xft
- farbfeldsent 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
[0]: http://tools.suckless.org/farbfeld/