{"id":18483992,"url":"https://github.com/geowarin/ttytube","last_synced_at":"2025-05-13T20:37:31.988Z","repository":{"id":62216532,"uuid":"335258451","full_name":"geowarin/ttytube","owner":"geowarin","description":"CLI to play youtube videos from the console (no API key required)","archived":false,"fork":false,"pushed_at":"2021-02-02T10:58:11.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T21:41:41.646Z","etag":null,"topics":["react-ink","youtube-dl"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geowarin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-02T10:58:05.000Z","updated_at":"2022-10-28T14:56:59.000Z","dependencies_parsed_at":"2022-10-28T16:00:18.857Z","dependency_job_id":null,"html_url":"https://github.com/geowarin/ttytube","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geowarin%2Fttytube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geowarin%2Fttytube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geowarin%2Fttytube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geowarin%2Fttytube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geowarin","download_url":"https://codeload.github.com/geowarin/ttytube/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254021943,"owners_count":22001024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react-ink","youtube-dl"],"created_at":"2024-11-06T12:38:15.410Z","updated_at":"2025-05-13T20:37:31.967Z","avatar_url":"https://github.com/geowarin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ttytube\n=======\n\nCLI viewer for youtube\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/ttytube.svg)](https://npmjs.org/package/ttytube)\n[![CircleCI](https://circleci.com/gh/geowarin/ttytube/tree/master.svg?style=shield)](https://circleci.com/gh/geowarin/ttytube/tree/master)\n[![Downloads/week](https://img.shields.io/npm/dw/ttytube.svg)](https://npmjs.org/package/ttytube)\n[![License](https://img.shields.io/npm/l/ttytube.svg)](https://github.com/geowarin/ttytube/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g ttytube\n$ ttytube COMMAND\nrunning command...\n$ ttytube (-v|--version|version)\nttytube/0.0.0 linux-x64 node-v15.6.0\n$ ttytube --help [COMMAND]\nUSAGE\n  $ ttytube COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`ttytube dump [FILE]`](#ttytube-dump-file)\n* [`ttytube hello [FILE]`](#ttytube-hello-file)\n* [`ttytube help [COMMAND]`](#ttytube-help-command)\n* [`ttytube play [VIDEOID]`](#ttytube-play-videoid)\n* [`ttytube search [SEARCH]`](#ttytube-search-search)\n\n## `ttytube dump [FILE]`\n\ndescribe the command here\n\n```\nUSAGE\n  $ ttytube dump [FILE]\n\nOPTIONS\n  -f, --force\n  -h, --help       show CLI help\n  -n, --name=name  name to print\n```\n\n_See code: [src/commands/dump.ts](https://github.com/geowarin/ttytube/blob/v0.0.0/src/commands/dump.ts)_\n\n## `ttytube hello [FILE]`\n\ndescribe the command here\n\n```\nUSAGE\n  $ ttytube hello [FILE]\n\nOPTIONS\n  -f, --force\n  -h, --help       show CLI help\n  -n, --name=name  name to print\n\nEXAMPLE\n  $ ttytube hello\n  hello world from ./src/hello.ts!\n```\n\n_See code: [src/commands/hello.ts](https://github.com/geowarin/ttytube/blob/v0.0.0/src/commands/hello.ts)_\n\n## `ttytube help [COMMAND]`\n\ndisplay help for ttytube\n\n```\nUSAGE\n  $ ttytube help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1/src/commands/help.ts)_\n\n## `ttytube play [VIDEOID]`\n\ndescribe the command here\n\n```\nUSAGE\n  $ ttytube play [VIDEOID]\n\nOPTIONS\n  -h, --help  show CLI help\n```\n\n_See code: [src/commands/play.ts](https://github.com/geowarin/ttytube/blob/v0.0.0/src/commands/play.ts)_\n\n## `ttytube search [SEARCH]`\n\nsearch for stuff on youtube\n\n```\nUSAGE\n  $ ttytube search [SEARCH]\n\nOPTIONS\n  --file=file  dev: read from file\n  --json       dump results to json\n```\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeowarin%2Fttytube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeowarin%2Fttytube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeowarin%2Fttytube/lists"}