Skip to content

subzero-cli/subzero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subzero CLI

Manage and download subtitles easily over your terminal

Go Build and Release Go Report Card GitHub release License

Install

curl -o- https://raw.githubusercontent.com/subzero-cli/subzero/master/install.sh | bash

or

wget -qO- https://raw.githubusercontent.com/subzero-cli/subzero/master/install.sh | bash

or check releases page to install nightly builds

Using

Usage:
  subzero [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  config      Configure your experience using subzero cli
  help        Help about any command
  scan        Scan files for identify movies, series and tvshows
  version     Print the version number of subzero

Flags:
  -h, --help      help for subzero
  -v, --verbose   Enable verbose log

Use "subzero [command] --help" for more information about a command.

Contributing

Send your pull request, guidelines will be appear here soon