A command-line based presentation application (usable as a library too).
uv tool install clipptOptíonal dependencies:
uv tool install clippt[serve] # Enable web serverUsage: clippt [OPTIONS] SOURCE
Run a presentation in the command-line.
Options:
-v, --verbose
-s, --serve Start a web server
-c, --continue Continue from last slide.
--no-header Disable header.
--no-footer Disable footer.
A presentation is defined in a source file in TOML / JSON format.
uv run --with clippt python -m clipptSyntax highlighting in many languages:
uv run clippt src/clippt/examples/fibonacciFor more, see src/clippt/examples/README.md.