update example
This commit is contained in:
parent
bf1151c51a
commit
44352d8041
@ -44,7 +44,8 @@ Usage
|
|||||||
sent [-f FONTSTRING] FILE1 [FILE2 ...]
|
sent [-f FONTSTRING] FILE1 [FILE2 ...]
|
||||||
|
|
||||||
If one FILE equals `-`, stdin will be read. Use png images by prepending a `@`
|
If one FILE equals `-`, stdin will be read. Use png images by prepending a `@`
|
||||||
before the filename. A presentation file could look like this:
|
before the filename. Lines starting with `#` will be ignored. A presentation
|
||||||
|
file could look like this:
|
||||||
|
|
||||||
sent
|
sent
|
||||||
why?
|
why?
|
||||||
@ -55,6 +56,9 @@ before the filename. A presentation file could look like this:
|
|||||||
how?
|
how?
|
||||||
sent FILENAME
|
sent FILENAME
|
||||||
one slide per line
|
one slide per line
|
||||||
|
# This is a comment and will not be part of the presentation
|
||||||
|
# The next line starts with a whitespace, it will not produce an image slide
|
||||||
|
@FILE.png
|
||||||
thanks / questions?
|
thanks / questions?
|
||||||
|
|
||||||
future features
|
future features
|
||||||
|
3
example
3
example
@ -7,6 +7,7 @@ no bloat
|
|||||||
how?
|
how?
|
||||||
sent FILENAME
|
sent FILENAME
|
||||||
one slide per line
|
one slide per line
|
||||||
# comments
|
# This is a comment and will not be part of the presentation
|
||||||
|
# The next line starts with a whitespace, it will not produce an image slide
|
||||||
@FILE.png
|
@FILE.png
|
||||||
thanks / questions?
|
thanks / questions?
|
||||||
|
Loading…
Reference in New Issue
Block a user