Releases: DeLuca21/peekrr
Releases · DeLuca21/peekrr
🚀 Peekrr v0.1.0 — First CLI Release
Peekrr is a fast, interactive CLI for browsing and requesting media from Jellyseerr — with keyboard navigation, fuzzy search, and live status updates.
✨ Features
🔍 Search titles with fuzzy matching (peekrr search "movie name")
📥 Request media directly from the CLI (peekrr request "movie/show")
📋 View current requests by status (peekrr requests, with filters like --status available)
💾 Interactive config setup on first run or using peekrr config --edit
⚙️ Edit config inline with peekrr config --set key=value
🧠 Smart defaults: sort by release date, limit results, and support partial matches
🛠 Commands
peekrr search Interstellar
peekrr request Oppenheimer
peekrr requests --status available
peekrr config # View current config
peekrr config --edit # Re-run interactive setup
peekrr config --set api_key=... # Set key manually##📦 Install
pipx install .Or use from source by cloning the repo and running:
python3 -m peekrr