mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 06:51:13 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/presenterm
Normal file
33
tldr/presenterm
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# presenterm
|
||||
|
||||
> A terminal-based slideshow tool that renders markdown presentations.
|
||||
> More information: <https://mfontanini.github.io/presenterm/>.
|
||||
|
||||
- Display a presentation:
|
||||
|
||||
`presenterm {{path/to/slides.md}}`
|
||||
|
||||
- Display a presentation with a specific theme:
|
||||
|
||||
`presenterm --theme {{dark|light|tokyonight-storm|...}} {{path/to/slides.md}}`
|
||||
|
||||
- List all available themes:
|
||||
|
||||
`presenterm --list-themes`
|
||||
|
||||
- Export a presentation to PDF:
|
||||
|
||||
`presenterm --export-pdf --output {{path/to/output.pdf}} {{path/to/slides.md}}`
|
||||
|
||||
- Display a presentation with code snippet execution enabled:
|
||||
|
||||
`presenterm --enable-snippet-execution {{path/to/slides.md}}`
|
||||
|
||||
- Validate that presentation content fits within the terminal:
|
||||
|
||||
`presenterm --validate-overflows {{path/to/slides.md}}`
|
||||
Reference in New Issue
Block a user