Skip to content

janpipek/clippt

Repository files navigation

clippt

A command-line based presentation application (usable as a library too).

Installation

uv tool install clippt

Optíonal dependencies:

uv tool install clippt[serve]   # Enable web server

Running

Usage: 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.

Configuration

A presentation is defined in a source file in TOML / JSON format.

Examples

uv run --with clippt python -m clippt

Syntax highlighting in many languages:

uv run clippt src/clippt/examples/fibonacci

For more, see src/clippt/examples/README.md.

About

CLI slideshows in Python and Textual

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors