{"id":13533418,"url":"https://github.com/ryota-ka/twterm","last_synced_at":"2025-07-28T08:04:55.839Z","repository":{"id":25386574,"uuid":"28815034","full_name":"ryota-ka/twterm","owner":"ryota-ka","description":"A full-featured TUI Twitter client","archived":false,"fork":false,"pushed_at":"2023-12-15T20:34:08.000Z","size":753,"stargazers_count":235,"open_issues_count":22,"forks_count":10,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-20T12:07:27.500Z","etag":null,"topics":["command-line","ncurses","readline","ruby","terminal","twitter","twitter-client"],"latest_commit_sha":null,"homepage":"https://twterm.ryota-ka.me","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryota-ka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-01-05T14:06:50.000Z","updated_at":"2025-05-14T17:17:14.000Z","dependencies_parsed_at":"2023-12-15T22:02:44.137Z","dependency_job_id":null,"html_url":"https://github.com/ryota-ka/twterm","commit_stats":{"total_commits":639,"total_committers":5,"mean_commits":127.8,"dds":"0.010954616588419452","last_synced_commit":"829b02103253c09f5424b977f3452be4d6a454b4"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/ryota-ka/twterm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryota-ka%2Ftwterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryota-ka%2Ftwterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryota-ka%2Ftwterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryota-ka%2Ftwterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryota-ka","download_url":"https://codeload.github.com/ryota-ka/twterm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryota-ka%2Ftwterm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267482004,"owners_count":24094508,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["command-line","ncurses","readline","ruby","terminal","twitter","twitter-client"],"created_at":"2024-08-01T07:01:19.684Z","updated_at":"2025-07-28T08:04:55.806Z","avatar_url":"https://github.com/ryota-ka.png","language":"Ruby","funding_links":[],"categories":["\u003ca name=\"chat\"\u003e\u003c/a\u003eChat and instant messaging","Table of Contents","Awesome Ruby CLIs"],"sub_categories":["Third-party APIs"],"readme":"# twterm\n\nA full-featured TUI Twitter client\n\n![screencast](http://twterm.ryota-ka.me/screencast.gif)\n\n## Installation\n\n\u003cdetails\u003e\n\u003csummary\u003e:snowflake: Nix (Recommended)\u003c/summary\u003e\n\n```sh\n$ nix-channel --add https://github.com/ryota-ka/twterm/archive/master.tar.gz twterm\n$ nix-channel --update\n$ nix-env -iA twterm\n```\n\n:warning:\nIf you have `BUNDLE_PATH` configured in `~/.bundle/config`, `twterm` may fail due to `Bundler::GemNotFound`.\nSee [NixOS/nixpkgs#85989](https://github.com/NixOS/nixpkgs/issues/85989) for details.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e:beer: Homebrew\u003c/summary\u003e\n\n```sh\n$ brew install ryota-ka/twterm/twterm\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e:gem: RubyGems\u003c/summary\u003e\n\nYou also have to install the following dependencies manually.\n\n- [Ruby](https://www.ruby-lang.org/) (\u003e= 2.5, \u003c 3, compiled with ncurses and Readline)\n- [ncurses](https://invisible-island.net/ncurses/)\n- [GNU Readline](https://tiswww.case.edu/php/chet/readline/rltop.html)\n- [GNU Libidn](https://www.gnu.org/software/libidn/)\n\n```sh\n$ gem install twterm\n```\n\n\u003c/details\u003e\n\n## Usage\n\nTo launch twterm, just type in your console:\n\n```\n$ twterm\n```\n\n### Default key assignments\n\nKey assignments can be configured by editing `~/.twterm/keys.toml`\n\nkey | operation\n--- | ---\n`h` `←` | previous tab\n`j` `↓` | move down\n`k` `↑` | move up\n`l` `→` | next tab\n`^N` | new tweet\n`^T` | new tab\n`w` | close current tab\n`F10` `^C` | quit\n`F1` | key assignments cheatsheet\n\n## License\n\nSee the LICENSE file for license rights and limitations (MIT).\n\n## Links\n\n- http://twterm.ryota-ka.me/\n- https://rubygems.org/gems/twterm\n\n## Development\n\n### Requirements\n\n- [Nix](https://nixos.org/)\n\n### Setting up development environment\n\n```sh\n$ nix-shell\n```\n\nRuby version can be switched with `--arg` option (defaults to 2.7).\n\n```sh\n$ nix-shell --arg ruby 2.6\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryota-ka%2Ftwterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryota-ka%2Ftwterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryota-ka%2Ftwterm/lists"}