Giter VIP home page Giter VIP logo

tvst's Introduction

tvst Build Status

TV Shows Tracker (TVST) on command line

TVST command line

Table of contents

๐Ÿ‘Š 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:

  • See all shows of today:
tvst schedule today
  • See all shows of tomorrow:
tvst schedule tomorrow
  • See all shows of yesterday:
tvst schedule yesterday
  • See all shows of a particular date:
tvst schedule '2016-06-14'
  • See if tomorrow has a episode of a particular tv show:
tvst schedule tomorrow -f 'game of thrones'
  • See today's schedule of a particular country:
tvst schedule today -c GB

Next Episode - ne

tvst ne <show-name>

Examples

  • See next episode's details of a particular show:
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

Previous episode - pe

tvst pe <show-name>

Examples

  • See previous episode's details of a particular show:
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

Favorite shows - fav-add fav-remove fav-list

tvst fav-add
tvst fav-remove
tvst fav-list

Examples

  • Add show(s) to your favorite:
tvst fav-add

๐Ÿ“” It is an interactive command - just follow the instruction.

  • Remove show(s) from your favorite:
tvst fav-remove

๐Ÿ“” It is an interactive command - just follow the instruction.

  • See schedules of all of your favorite shows:
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

License

The MIT @ Shahriar Mahmood

tvst's People

Contributors

azs06 avatar hasib32 avatar shahriar1 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.