{"id":13481661,"url":"https://github.com/skanehira/github-tui","last_synced_at":"2025-05-07T13:07:30.856Z","repository":{"id":49335719,"uuid":"307215614","full_name":"skanehira/github-tui","owner":"skanehira","description":"TUI client for GitHub","archived":false,"fork":false,"pushed_at":"2024-01-19T00:54:20.000Z","size":148,"stargazers_count":210,"open_issues_count":12,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-07T13:07:25.295Z","etag":null,"topics":["github","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","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/skanehira.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}},"created_at":"2020-10-25T23:42:27.000Z","updated_at":"2025-04-01T17:38:58.000Z","dependencies_parsed_at":"2024-01-11T00:01:52.985Z","dependency_job_id":"bb59729e-b71f-4ebf-92c2-f9d2f9c7672b","html_url":"https://github.com/skanehira/github-tui","commit_stats":null,"previous_names":["skanehira/ght"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skanehira%2Fgithub-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skanehira%2Fgithub-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skanehira%2Fgithub-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skanehira%2Fgithub-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skanehira","download_url":"https://codeload.github.com/skanehira/github-tui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252883204,"owners_count":21819160,"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":["github","tui"],"created_at":"2024-07-31T17:00:53.866Z","updated_at":"2025-05-07T13:07:30.834Z","avatar_url":"https://github.com/skanehira.png","language":"Go","readme":"# github-tui\nThis is a TUI Client for GitHub.\n**Still Under Development**\n\nIf you are using Vim, you can use [gh.vim](https://github.com/skanehira/gh.vim) instead.\n\n![](https://i.gyazo.com/d7c8ca82e0aeb947f82c10b08d3eba35.png)\n\n## Features\n### Implemented\n- Issue\n  - list\n  - create\n  - close\n  - open\n  - open browser\n  - preview\n  - edit\n- Issue comment\n  - list\n  - preview\n  - delete\n  - edit\n  - add\n  - quote reply\n\n### Still Under Development\n- Issue\n  - add assignees, labels, projects, milestone\n  - remove assignees, labels, projects, milestone\n- PR\n  - list\n  - edit comment\n  - add comment\n  - delete comment\n  - diff\n  - create\n  - close\n  - change base\n  - merge\n- Github Actions\n  - re-run\n  - list\n  - log\n- File tree\n  - preview\n  - open browser\n  - preview\n- Project\n  - columns\n  - open(if type is issue, pr)\n  - add\n  - remove\n  - move\n  - open browser\n- config\n  - set default editor\n  - set user keybindings\n\n## Installation\n\n```sh\n$ git clone https://github.com/skanehira/github-tui\n$ go install ./cmd/ght\n```\n\n## Settings\nAt first, please set personal access [token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) and email in config.yaml.\n\n```yaml\ngithub:\n  token: xxxxxxxxxxxxxxxxx\n```\n\nThe config.yaml path must be in the bellow place.\n\n| OS         | place                                               |\n|------------|-----------------------------------------------------|\n| Window     | `%AppData%¥ght¥config.yaml`                         |\n| Mac        | `$HOME/Library/Application Support/ght/config.yaml` |\n| Linux/Unix | `$HOME/.config/ght/config.yaml`                     |\n\n## Usage\n\n```sh\n# current repository\n$ ght\n\n# specified repository\n$ ght owner/repo\n```\n\n### Keybindings\n\n| UI       | Keybinding           | Description                      |\n|----------|----------------------|----------------------------------|\n| Common   | `j`/`down arrow`     | Move down by one row.            |\n| Common   | `k`/`up arrow`       | Move up by one row.              |\n| Common   | `g`/`home`           | Move to the top.                 |\n| Common   | `G`/`end`            | Move to the bottom.              |\n| Common   | `Ctrl-F`/`page down` | Move down by one page.           |\n| Common   | `Ctrl-B`/`page up`   | Move up by one page.             |\n| Common   | `Ctrl-N`             | Move next UI.                    |\n| Common   | `Ctrl-P`             | Move previous UI.                |\n| Common   | `Ctrl-C`             | Finish app.                      |\n| Common   | `Ctrl-G`             | Focus to Issues                  |\n| Common   | `Ctrl-T`             | Focus to Filters                 |\n| Filters  | `Enter`              | Search with enter query.         |\n| Issues   | `h`/`left arrow`     | Move left by one column.         |\n| Issues   | `l`/`right arrow`    | Move right by one column.        |\n| Issues   | `Ctrl-J`             | Check issue and move down.       |\n| Issues   | `Ctrl-K`             | Check issue and move up.         |\n| Issues   | `e`                  | Edit and update issue body.      |\n| Issues   | `o`                  | Open checked issue.              |\n| Issues   | `c`                  | Close checked issue.             |\n| Issues   | `Ctrl-O`             | Open checked issue on browser.   |\n| Issues   | `/`                  | filter with enter words          |\n| Issues   | `n`                  | Create new issue.                |\n| Issues   | `f`                  | Fetch more issue.                |\n| Comments | `h`/`left arrow`     | Move left by one column.         |\n| Comments | `l`/`right arrow`    | Move right by one column.        |\n| Comments | `Ctrl-J`             | Check comment and move down.     |\n| Comments | `Ctrl-K`             | Check comment and move up.       |\n| Comments | `Ctrl-O`             | Open checked comment on browser. |\n| Comments | `n`                  | Add new issue comment.           |\n| Comments | `e`                  | Edit and update comment body.    |\n| Comments | `r`                  | Quote reply comment.             |\n| Comments | `/`                  | filter with enter words          |\n| Preview  | `/`                  | search with enter words          |\n| Preview  | `n`                  | move next word                   |\n| Preview  | `N`                  | move previous word               |\n| Preview  | `o`                  | change to full screen            |\n\n### Note\nWhen you creating issue, you can specify multiple labels, projects and assignees with `,`.\nFor instance, when you specify 2 labels then must input `label1,label2`.\n\n![](https://i.gyazo.com/fb665369057c5f096517a24e606e7884.png)\n\nWhen you edit issue body with `Edit Body` button then `$EDITOR` be used.\nIf `$EDITOR` is empty or not set, `vim` wll be used.\n\n## Author\nskanehira\n","funding_links":[],"categories":["Go","Git interfaces"],"sub_categories":["Misc"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskanehira%2Fgithub-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskanehira%2Fgithub-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskanehira%2Fgithub-tui/lists"}