https://github.com/janpipek/clippt
CLI slideshows in Python and Textual
https://github.com/janpipek/clippt
Last synced: 3 months ago
JSON representation
CLI slideshows in Python and Textual
- Host: GitHub
- URL: https://github.com/janpipek/clippt
- Owner: janpipek
- License: mit
- Created: 2026-02-12T08:22:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-17T20:28:30.000Z (4 months ago)
- Last Synced: 2026-02-18T01:28:45.581Z (4 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# clippt
CLI slideshows in Python and Textual.
## Installation
```shell
uv tool install clippt
```
## Running
Usage: clippt [OPTIONS] SOURCE
Options:
--disable-footer Disable footer.
-c, --continue Continue from last slide.
## Configuration
TOML / JSON / YAML format, to be described
## Examples
Syntax highlighting in many languages:
```shell
uv run clippt examples/fibonacci/
```