Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1004 Bytes

README.md

File metadata and controls

59 lines (37 loc) · 1004 Bytes

Trailer

build GitHub license

Trailer is a cli tool that will quickly bring the trailers of any movie or tv show with a few commands.

Download

Head to releases page and download the binary that suits you best.

Usage

For Movies:

trailer movie john wick parabellum

For TV Shows:

trailer tv game of thrones

Usage With Language Flag

For Movies:

trailer movie john wick parabellum --lang=pt-BR

For TV Shows:

trailer tv game of thrones --lang=pt-BR

Build

Download needed packages. Type:

go mod download

Type the command below in the terminal to create the binary:

For Linux / Mac

make build

For Windows

make build-win