Initial release of pod, the Apple Podcasts CLI.
Commands
pod search <query>— search podcasts by keyword, filter by countrypod episodes <id>— list recent episodes for a podcastpod lookup <id>— show full details for one podcastpod episode-search <query>— search across all podcast episodespod 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