TV Shows Tracker (TVST) on command line
- Install
- Upgrade
- Usage
- Credits
- License
Install with npm:
npm install -g tvst
npm update -g tvst
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
tvst schedule <date>
$ 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
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
tvst ne <show-name>
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
tvst pe <show-name>
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
tvst fav-add
tvst fav-remove
tvst fav-list
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
tvst help
tvst --version
The MIT @ Shahriar Mahmood