update README
This commit is contained in:
parent
d61ccea8b9
commit
cb16b5d29d
12
README.md
12
README.md
@ -4,8 +4,8 @@ sent
|
|||||||
A simple plaintext presentation tool.
|
A simple plaintext presentation tool.
|
||||||
|
|
||||||
sent does not need latex, libreoffice or any other fancy file format, it uses
|
sent does not need latex, libreoffice or any other fancy file format, it uses
|
||||||
plaintext files. Every line represents a slide in the presentation. This may
|
plaintext files and png images. Every line represents a slide in the
|
||||||
limit the use, but for presentations using the [Takahashi
|
presentation. This may limit the use, but for presentations using the [Takahashi
|
||||||
method](https://en.wikipedia.org/wiki/Takahashi_method) this is very nice and
|
method](https://en.wikipedia.org/wiki/Takahashi_method) this is very nice and
|
||||||
allows you to write down the presentation for a quick lightning talk within a
|
allows you to write down the presentation for a quick lightning talk within a
|
||||||
few minutes.
|
few minutes.
|
||||||
@ -43,13 +43,14 @@ Usage
|
|||||||
|
|
||||||
sent [-f FONTSTRING] FILE1 [FILE2 ...]
|
sent [-f FONTSTRING] FILE1 [FILE2 ...]
|
||||||
|
|
||||||
If one FILE equals `-`, stdin will be read. A presentation file could look like
|
If one FILE equals `-`, stdin will be read. Use png images by prepending a `@`
|
||||||
this:
|
before the filename. A presentation file could look like this:
|
||||||
|
|
||||||
sent
|
sent
|
||||||
why?
|
why?
|
||||||
|
@nyan.png
|
||||||
easy to use
|
easy to use
|
||||||
few dependencies (X11)
|
depends on Xlib, libpng
|
||||||
no bloat
|
no bloat
|
||||||
how?
|
how?
|
||||||
sent FILENAME
|
sent FILENAME
|
||||||
@ -61,6 +62,5 @@ future features
|
|||||||
|
|
||||||
* utf8 support
|
* utf8 support
|
||||||
* second window for speakers laptop (progress, time, notes?)
|
* second window for speakers laptop (progress, time, notes?)
|
||||||
* images
|
|
||||||
* multiple lines per slide?
|
* multiple lines per slide?
|
||||||
* markdown?
|
* markdown?
|
||||||
|
Loading…
Reference in New Issue
Block a user