Skip to content

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

Notifications You must be signed in to change notification settings

geowarin/ttytube

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published