HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tpp — Command-Line based presentation tool. More information: <https://manned.org/tpp>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandtppclitoolpresentationbasedline

Problem

How to use the tpp command: Command-Line based presentation tool. More information: <https://manned.org/tpp>.

Solution

tpp — Command-Line based presentation tool. More information: <https://manned.org/tpp>.

View a presentation:
tpp {{path/to/file}}


Output a presentation:
tpp -t {{type}} -o {{path/to/output}} {{path/to/file}}

Code Snippets

View a presentation

tpp {{path/to/file}}

Output a presentation

tpp -t {{type}} -o {{path/to/output}} {{path/to/file}}

Context

tldr-pages: common/tpp

Revisions (0)

No revisions yet.