All Projects → hoijui → sent

hoijui / sent

Licence: other
a simple plaintext presentation tool

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
Roff
2310 projects

Projects that are alternatives of or similar to sent

markdown-slides
Using markdown, write simple but beautiful presentations with math, animations and media.
Stars: ✭ 64 (+190.91%)
Mutual labels:  presentation, presentation-slides
markdownreveal
A tool for creating presentations with simple Markdown notation.
Stars: ✭ 34 (+54.55%)
Mutual labels:  presentation
Gitgraph.js
👋 [Looking for maintainers] - A JavaScript library to draw pretty git graphs in the browser
Stars: ✭ 2,553 (+11504.55%)
Mutual labels:  presentation
effective-code-review
Presentation about my process for making code reviews as effective as possible
Stars: ✭ 63 (+186.36%)
Mutual labels:  presentation
Marp Core
The core of Marp converter
Stars: ✭ 224 (+918.18%)
Mutual labels:  presentation
slidev
Presentation Slides for Developers
Stars: ✭ 25,925 (+117740.91%)
Mutual labels:  presentation
Projecteur
Linux Desktop Application for the Logitech Spotlight device (and similar devices) - Digital Laser Pointer
Stars: ✭ 199 (+804.55%)
Mutual labels:  presentation
vue-product-spinner
🚗 A 3D product spinner for Vue.js with no dependencies
Stars: ✭ 94 (+327.27%)
Mutual labels:  presentation
nim-presentation-slides
Nim Presentation Slides and Examples.
Stars: ✭ 30 (+36.36%)
Mutual labels:  presentation-slides
stanford-beamer-presentation
This is an unofficial LaTeX Beamer presentation template for Stanford University.
Stars: ✭ 47 (+113.64%)
Mutual labels:  presentation
Presentr
iOS let's you modally present any view controller, but if you want the presented view controller to not cover the whole screen or modify anything about its presentation or transition you have to use the Custom View Controller Presentation API's.
Stars: ✭ 2,816 (+12700%)
Mutual labels:  presentation
Libreoffice Impress Templates
Freely-licensed LibreOffice Impress templates
Stars: ✭ 238 (+981.82%)
Mutual labels:  presentation
inkslides
A rewrite of the inkscapeslide script to create PDF presentations out of inkscape SVG files.
Stars: ✭ 24 (+9.09%)
Mutual labels:  presentation
Marp
The entrance repository of Markdown presentation ecosystem
Stars: ✭ 3,378 (+15254.55%)
Mutual labels:  presentation
presenter
Easy class decoration.
Stars: ✭ 13 (-40.91%)
Mutual labels:  presentation
Reveal Ck
Create slides with ruby (and usually in markdown)
Stars: ✭ 202 (+818.18%)
Mutual labels:  presentation
Term Sheets
Create animated terminal presentations. Export as SVG, animated GIF, or HTML+CSS
Stars: ✭ 243 (+1004.55%)
Mutual labels:  presentation
bs-spectacle
No description or website provided.
Stars: ✭ 15 (-31.82%)
Mutual labels:  presentation
dekk
👁 A presentation tool written in react.js
Stars: ✭ 33 (+50%)
Mutual labels:  presentation
Medi-Consult
Diseases Checker Application 🚑 | Android Application
Stars: ✭ 38 (+72.73%)
Mutual labels:  presentation

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 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]
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

@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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].