tvst
TV Shows Tracker (TVST) on command line
Table of contents
- Install
- Upgrade
- Usage
- Credits
- License
👊 More awesome features are in development 👊
Install
Install with npm:
npm install -g tvst
Upgrade
npm update -g tvst
Usage
Usage: tvst [options] [command]
Commands:
schedule <date> Show list of TV shows of a specific date
ne <show-name> Date & Air time of next episode of a show
pe <show-name> Date & Air time of previous episode of a show
fav-add Add TV shows in your favorite list
fav-list Show list of your favorite shows
fav-remove Remove show(s) from your favorite shows
help [cmd] display help for [cmd]
TV Shows Tracker (TVST) On Command Line - For Developers
Options:
-h, --help output usage information
-V, --version output the version number
schedule
Schedule - tvst schedule <date>
Usage of schedule
$ tvst schedule --help
Usage: tvst-schedule [options]
Options:
-h, --help output usage information
-c --country <country> ISO Country Code - eg. US or GB etc.
-f --filter <filter> Filter By Show Name
Examples:
tvst schedule today
tvst schedule tomorrow
tvst schedule yesterday
tvst schedule '2016-06-14'
tvst schedule tomorrow -f 'game of thrones'
tvst schedule today -c GB
ne
Next Episode - tvst ne <show-name>
Examples
tvst ne 'game of thrones'
📔 If you're not sure about spelling of a specific show name, just guess, it will return list of possible shows
📔 If any show has no update of next episode then it returns details of previous episode
pe
Previous episode - tvst pe <show-name>
Examples
tvst pe 'game of thrones'
📔 If you're not sure about spelling of a specific show name, just guess, it will return list of possible shows
fav-add
fav-remove
fav-list
Favorite shows - tvst fav-add
tvst fav-remove
tvst fav-list
Examples
tvst fav-add
📔 It is an interactive command - just follow the instruction.
tvst fav-remove
📔 It is an interactive command - just follow the instruction.
tvst fav-list
📔 If you're not sure about spelling of a specific show name, just guess, it will return list of possible shows
Help
tvst help
Version
tvst --version
Credits
TVMaze API
License
The MIT @ Shahriar Mahmood