{"id":16190969,"url":"https://github.com/maxmellon/teratail-cli","last_synced_at":"2025-10-05T09:42:35.071Z","repository":{"id":86954458,"uuid":"69193777","full_name":"MaxMEllon/teratail-cli","owner":"MaxMEllon","description":"Teratail (Japanese Q\u0026A site for programer) command line viewer.","archived":false,"fork":false,"pushed_at":"2016-10-07T09:24:12.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T14:43:06.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/MaxMEllon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-09-25T22:16:05.000Z","updated_at":"2017-06-04T09:51:03.000Z","dependencies_parsed_at":"2023-05-29T23:15:32.669Z","dependency_job_id":null,"html_url":"https://github.com/MaxMEllon/teratail-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaxMEllon/teratail-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fteratail-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fteratail-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fteratail-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fteratail-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxMEllon","download_url":"https://codeload.github.com/MaxMEllon/teratail-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxMEllon%2Fteratail-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278437955,"owners_count":25986760,"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-10-05T02:00:06.059Z","response_time":54,"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":[],"created_at":"2024-10-10T07:44:36.366Z","updated_at":"2025-10-05T09:42:35.030Z","avatar_url":"https://github.com/MaxMEllon.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"About\n---\n\nTeratail (Japanese Q\u0026A site for programer) command line viewer.\n\n![](https://raw.githubusercontent.com/MaxMEllon/demos/master/teratail-cli/demo.gif)\n\nRequirements\n---\n\n- interactive filter\n  - [fzf](https://github.com/junegunn/fzf)\n\n- json parser\n  - [jq](https://github.com/stedolan/jq)\n\n- browser opener\n  - [opener](https://www.npmjs.com/package/opener)\n\nUsage\n---\n\n```bash\n$ teratail\n  ...\n  \u003e _\n    100/100\n  \u003e ApacheサーバーにおいてPHPでJSON化。そのデータを以下のswiftでクライアントに取得しようとしていますが、\n    java.util.calenderで取得した情報をsqlにinsertするとnullになってしまいます\n    データベースのテーブル設計について\n    出来るプログラマーになるために\n    Android StudioにおけるNotificationのIcon\n    MYSQLで部分的なレコードを複数一括で更新したい\n    phpmyadmin DBにはアクセスできるのにテーブルにはアクセスできない\n    【Laravel】POSTで受け取ったファイルを取得したい\n    カラム名の付け方\n    PHPで変数に配列をカンマ区切りで格納したい\n\n```\n\n|mapping|behavior|\n|---|---|\n|`\u003cC-o\u003e`|open browser|\n|`\u003cEnter\u003e`|view detail in command line|\n\nInstallation\n---\n\n- install with [zplug](https://github.com/zplug/zplug):\n\n```bash\nzplug \"maxmellon/teratail-cli\", \\\n    from:gh-r, \\\n    use:teratail.sh, \\\n    on:\"stedolan/jq\", \\\n    on:\"junegunn/fzf-bin\", \\\n    hook-build:\"\n    {\n        npm install -g opener\n    } \u0026\u003e/dev/null\n    \"\n\nzplug \"stedolan/jq\", \\\n    from:gh-r, \\\n    as:command, \\\n    rename-to:jq\n\nzplug \"junegunn/fzf-bin\", \\\n    from:gh-r, \\\n    as:command, \\\n    rename-to:fzf, \\\n    use:\"*darwin*amd64*\"\n```\n\nConfigurations\n---\n\n### `TERATAIL_API_TOKEN`\n\n```bash\nexport TERATAIL_API_TOKEN=\"0123456789abcdef0123456789abcdef0123456789\"\n```\n\nPlease publication api token of teratail.\n\nhttps://teratail.com/users/setting/tokens\n\nLICENSE\n---\n\n\n- [MIT](./LICENSE.txt)\n\n  (c) MaxMellonn (Kento TSUJI) \u003cmaxmellon1994@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmellon%2Fteratail-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxmellon%2Fteratail-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmellon%2Fteratail-cli/lists"}