Project

podrb

0.0
The project is in a healthy, maintained state
Minimalist CLI to manage podcasts
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.2
~> 1.5
~> 2.8
~> 1.2
 Project Readme

Podrb

Simple CLI to manage podcasts.

podrb_demo.mp4

Installation

Podrb is a Ruby gem published on RubyGems, so you can install running:

$ gem install podrb

Usage

Initialization

$ podrb init

Adding a podcast

$ podrb add ./path/to/rss.xml
$ podrb add https://podcast.com/feed.xml

Listing podcasts

$ podrb podcasts
$ podrb podcasts --fields=id name

Listing episodes

$ podrb episodes PODCAST_ID
$ podrb podcasts PODCAST_ID --fields=id title duration
$ podrb podcasts PODCAST_ID --order-by=duration

Opening an episode

$ podrb open EPISODE_ID
$ podrb open EPISODE_ID --browser=firefox
$ podrb open EPISODE_ID --archive

Archiving an episode

$ podrb archive EPISODE_ID

Dearchiving an episode

$ podrb dearchive EPISODE_ID

Synchronizing a podcast

$ podrb sync PODCAST_ID

Updating the podcast

$ podrb update PODCAST_ID --feed=https://newfeed.com/feed.xml

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/gustavothecoder/podrb.

License

The gem is available as open source under the terms of the MIT License.