Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 2.05 KB

README.md

File metadata and controls

63 lines (46 loc) · 2.05 KB

Build Status Release Software License Coverage Status Go Report Card Powered By: GoReleaser

Go TvTime

Go TvTime is a CLI application to manage TV Time account and episodes.

Install

Install latest version using Golang (recommended)

$ go get github.com/Sh4d1/go-tvtime/cmd/tvtime

Or build from source

$ go get -u github.com/Sh4d1/go-tvtime
$ cd $GOPATH/src/github.com/Sh4d1/go-tvtime
$ make build

Usage

$ tvtime -h
NAME:
   tvtime - tvtime

USAGE:
    tvtime [global options] command [command options] [arguments...]

VERSION:
    master

AUTHOR:
    Patrik Cyvoct ([email protected])

COMMANDS:
    login      Login to TV Time
    user       Display current user
    upcoming   Display upcoming episodes
    watchlist  Display watchlist
    help, h    Shows a list of commands or help for one command

GLOBAL OPTIONS:
    --help, -h     show help
    --version, -v  print the version

Contributions

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to our contributing guidelines.

License

MIT

FOSSA Status