TUI tool to interact with Trakt.tv
- Python 97.4%
- Just 2.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
/ pr-review (push) Has been skipped
/ pr-review (release) Has been skipped
/ gitleaks (push) Successful in 17s
/ gitleaks (release) Successful in 27s
/ pytest-betas (push) Successful in 1m20s
/ pytest-betas (release) Successful in 1m33s
/ checks (push) Successful in 2m41s
/ publish (push) Has been skipped
/ checks (release) Successful in 2m57s
/ deploy-docs (release) Has been skipped
/ publish (release) Successful in 29s
/ deploy-docs (push) Successful in 1m19s
|
||
| .forgejo/workflows | ||
| docs | ||
| Icon | ||
| src/kokopelli | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| .gitleaks.toml | ||
| .pre-commit-config.yaml | ||
| .python-version | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| IMPROVEMENTS.md | ||
| IMPROVEMENTS_detail.md | ||
| justfile | ||
| LICENSE.md | ||
| mkdocs.yml | ||
| mypy.ini | ||
| noxfile.py | ||
| pylock.toml | ||
| pyproject.toml | ||
| README.md | ||
| Release-Notes.md | ||
| Release-Notes.md.template | ||
| ruff.toml | ||
| uv.lock | ||
kokopelli
A terminal UI for browsing and acting on Trakt.tv recommendations. Rate, hide, or mark items as seen — all from the keyboard.
Kokopelli is a fertility deity and trickster figure venerated across the American Southwest by Hopi, Zuni, and other Pueblo peoples. Depicted as a humpbacked flute player, he travels from village to village bringing seeds, songs, and stories — things people didn't know they needed until he arrived. The name felt right for a tool whose purpose is to surface films and shows worth your time.
Documentation
https://kokopelli.marvin8.zone
Installation
uv tool install kokopelli
Configuration
kokopelli --configure
Credentials are stored at $XDG_CONFIG_HOME/kokopelli/credentials.toml (defaults to ~/.config/kokopelli/credentials.toml).
Usage
kokopelli
| Key | Action |
|---|---|
m / s |
Switch between Movies and TV Shows |
Enter |
Show details |
h |
Hide item |
r |
Rate item |
w |
Mark as watched |
I |
Open TMDB page in browser |
q |
Quit |
License
AGPL-3.0