Top-like interface for listening to podcasts
podcast-cli lets you play your favourite podcasts from the terminal:
podcast-cli is entirely built with Go, you can run it on Linux, Mac OS and Windows.
Fetch the latest release
sudo wget https://github.com/goulinkh/podcast-cli/releases/download/1.3.1/podcast-cli-1.3.1-linux-amd64 -O /usr/local/bin/podcast-cli
sudo chmod +x /usr/local/bin/podcast-clisudo curl -Lo /usr/local/bin/podcast-cli https://github.com/goulinkh/podcast-cli/releases/download/1.3.1/podcast-cli-1.3.1-darwin-amd64
sudo chmod +x /usr/local/bin/podcast-clipodcast-cli requires no arguments and uses your default internet settings to access the internet.
| Options | Description |
|---|---|
-h or --help |
Print help information |
-s or --search <query> |
List podcasts that matches the search query |
-r or --rss <url> |
Custom podcast rss url source |
-o or --offset <episode number starting with 0> |
Play episode number |
| Key | Action |
|---|---|
Enter |
Select |
p, Space |
Pause |
Esc |
Back |
Right |
+10s |
Left |
-10s |
u |
Slowdown |
d |
Speedup |
q |
Exit |
- Unable to get audio length of a remote content, I have to download the audio file before playing it