- Notifications
You must be signed in to change notification settings - Fork6
TV Shows Tracker (TVST) on command-line
License
shahriar1/tvst
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TV Shows Tracker (TVST) on command line
Install withnpm:
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
tvsthelp
tvst --version
The MIT @Shahriar Mahmood
About
TV Shows Tracker (TVST) on command-line
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.