Skip to content

v0.1.0

Latest

Choose a tag to compare

@tamnd tamnd released this 13 Jun 19:24
8589b73

Initial release of pod, the Apple Podcasts CLI.

Commands

  • pod search <query> — search podcasts by keyword, filter by country
  • pod episodes <id> — list recent episodes for a podcast
  • pod lookup <id> — show full details for one podcast
  • pod episode-search <query> — search across all podcast episodes
  • pod top — browse the top podcast genre categories

Output formats

table (default on TTY), jsonl (default piped), json, csv, tsv, url, raw.

Data source

All data from the iTunes Search API — free, public, no key required.

Example

pod search "economics" -n 5 -o table
pod episodes 201671138 -n 10 -o table
pod lookup 201671138 -o json
pod episode-search "machine learning" -n 5
pod top