Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sethetter/episodic-cli
https://github.com/sethetter/episodic-cli
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sethetter/episodic-cli
- Owner: sethetter
- Created: 2020-10-04T03:27:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T02:02:38.000Z (almost 4 years ago)
- Last Synced: 2024-10-05T15:47:15.901Z (about 1 month ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# episodic-cli
A CLI version of the episodic project.
## Commands
```
Options:
-V, --version output the version number
-h, --help display help for commandCommands:
set-key Set your TMDB API key
search Search TMDB for a TV show
shows List all subscribed shows
sub [season] [episode] Subscribe to a TV show by TMDB ID
unsub Remove a show from subscribe list by TMDB ID
list Show entire watchlist
add Add an arbitrary item to the watchlist
refresh Adds next episodes of subscribed shows, if available
help [command] display help for command
```