Browse and stream movies from your terminal.
- Python 3.10+
- fzf
- A free TMDB token
git clone https://github.com/lamsal27/movie-cli
cd movie-cli
pip install httpx python-dotenvInstall fzf:
brew install fzf # macOS
sudo apt install fzf # Ubuntu/Debian
scoop install fzf # Windowspython movies.pyFirst run will prompt for your TMDB token. Saved to .env — never asked again.
| Key | Action |
|---|---|
↑ ↓ |
Navigate |
| Type | Fuzzy filter |
Enter |
Select |
Esc |
Go back |