geowarin / ttytube

CLI to play youtube videos from the console (no API key required)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ttytube

CLI viewer for youtube

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g ttytube
$ ttytube COMMAND
running command...
$ ttytube (-v|--version|version)
ttytube/0.0.0 linux-x64 node-v15.6.0
$ ttytube --help [COMMAND]
USAGE
  $ ttytube COMMAND
...

Commands

ttytube dump [FILE]

describe the command here

USAGE
  $ ttytube dump [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/dump.ts

ttytube hello [FILE]

describe the command here

USAGE
  $ ttytube hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ ttytube hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

ttytube help [COMMAND]

display help for ttytube

USAGE
  $ ttytube help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ttytube play [VIDEOID]

describe the command here

USAGE
  $ ttytube play [VIDEOID]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/play.ts

ttytube search [SEARCH]

search for stuff on youtube

USAGE
  $ ttytube search [SEARCH]

OPTIONS
  --file=file  dev: read from file
  --json       dump results to json

About

CLI to play youtube videos from the console (no API key required)


Languages

Language:TypeScript 98.3%Language:JavaScript 1.5%Language:Batchfile 0.2%