diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -2,14 +2,21 @@   ---   `podcast` is a command line podcast player. + NOTE: Playback requires either mpv or vlc to be installed +    It currently supports:  - [x] Subscribing to RSS feeds +- [x] Unsubscribing from RSS feeds  - [x] Streaming podcasts  - [x] Downloading podcasts   - [x] Playing podcasts  - [x] Auto-download new episodes +- [x] Automatically check for updates  - [ ] Auto-delete old episodes  - [ ] Shell Completions +    - [x] zsh +    - [ ] bash +    - [ ] sh  - [ ] Searching for podcasts...(WIP)  By default, podcasts are downloaded to $HOME/Podcasts, but this folder can be set with the $PODCASTS environmental variable. | 
