mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
15 lines
302 B
Markdown
15 lines
302 B
Markdown
# tpp
|
|
|
|
> Command-Line based presentation tool.
|
|
|
|
- To use `tpp` you need to have a file which the `tpp` will interpret. You can find an example here:
|
|
|
|
`http://www.ngolde.de/tpp.html`
|
|
|
|
- View a presentation:
|
|
|
|
`tpp {{filename}}`
|
|
|
|
- Output a presentation:
|
|
|
|
`tpp -t {{type}} -o {{outputname}} {{filename}}`
|