Linux command
tpp 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Run a presentation
tpp [presentation.tpp]
Export a presentation
tpp -l [output.tex] [presentation.tpp]
说明
tpp (Text Presentation Program) is an ncurses-based tool for creating and displaying presentations in the terminal. Presentations are written in a simple markup format and can run on any terminal that supports ncurses. Presentations consist of pages separated by --newpage. Text before the first page marker serves as the abstract. Formatting commands include --heading for titles, --center for centered text, and --boldon/--boldoff for bold text. Special features include --huge text using FIGlet, shell command output with --beginshelloutput/--endshelloutput, and simulated typing for demonstrations. Colors are supported with --color followed by a color name. The tool supports animated text effects and real-time command execution, making it suitable for technical presentations and demos directly in the terminal.
参数
- -l _output_
- Convert presentation to LaTeX format and write to output file
- --help
- Display help information
- --version
- Display version number
FAQ
What is the tpp command used for?
tpp (Text Presentation Program) is an ncurses-based tool for creating and displaying presentations in the terminal. Presentations are written in a simple markup format and can run on any terminal that supports ncurses. Presentations consist of pages separated by --newpage. Text before the first page marker serves as the abstract. Formatting commands include --heading for titles, --center for centered text, and --boldon/--boldoff for bold text. Special features include --huge text using FIGlet, shell command output with --beginshelloutput/--endshelloutput, and simulated typing for demonstrations. Colors are supported with --color followed by a color name. The tool supports animated text effects and real-time command execution, making it suitable for technical presentations and demos directly in the terminal.
How do I run a basic tpp example?
Run `tpp [presentation.tpp]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -l _output_ do in tpp?
Convert presentation to LaTeX format and write to output file