{"id":18893284,"url":"https://github.com/gizmo385/gh-lazy","last_synced_at":"2026-04-12T05:04:59.904Z","repository":{"id":254156364,"uuid":"812868589","full_name":"gizmo385/gh-lazy","owner":"gizmo385","description":"A terminal UI for interacting with GitHub","archived":false,"fork":false,"pushed_at":"2026-03-18T07:27:13.000Z","size":2126,"stargazers_count":29,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-18T23:14:36.097Z","etag":null,"topics":["gh-extension","github","terminal-ui","textual","tui"],"latest_commit_sha":null,"homepage":"","language":"Python","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/gizmo385.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-10T03:55:13.000Z","updated_at":"2026-03-18T07:26:09.000Z","dependencies_parsed_at":"2024-09-15T03:59:33.742Z","dependency_job_id":"f683697d-fc4a-46ac-9aac-9a2fa31c759b","html_url":"https://github.com/gizmo385/gh-lazy","commit_stats":null,"previous_names":["gizmo385/lazy-github","gizmo385/gh-lazy"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/gizmo385/gh-lazy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizmo385%2Fgh-lazy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizmo385%2Fgh-lazy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizmo385%2Fgh-lazy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizmo385%2Fgh-lazy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gizmo385","download_url":"https://codeload.github.com/gizmo385/gh-lazy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizmo385%2Fgh-lazy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["gh-extension","github","terminal-ui","textual","tui"],"created_at":"2024-11-08T08:12:54.577Z","updated_at":"2026-04-01T17:11:38.902Z","avatar_url":"https://github.com/gizmo385.png","language":"Python","funding_links":[],"categories":["🧩 Categories","Dashboard/TUI"],"sub_categories":["UI / Dashboard"],"readme":"![PyPI - Version](https://img.shields.io/pypi/v/lazy-github) ![PyPI - Downloads](https://img.shields.io/pypi/dw/lazy-github)\n\nLazyGithub is a terminal UI client for interacting with [GitHub](https://github.com). It draws heavy inspiration from the\n[lazygit](https://github.com/jesseduffield/lazygit) project and uses [Textual](https://textual.textualize.io/) to drive the terminal UI interactions.\n\n![Example screenshot](https://raw.githubusercontent.com/gizmo385/lazy-github/main/images/lazy-github-conversation-ui.svg)\n\n## How to Use It\n\n### Installing with the Github CLI\n\nIf you have the Github CLI installed, you can install LazyGithub as an extension with `gh extension install gizmo385/gh-lazy` and then running `gh lazy` to run it.\n\n### Installing from PyPi\n\nYou can run the [most recently built version](https://pypi.org/project/lazy-github/) by installing it from PyPI. If you have [uv installed](https://github.com/astral-sh/uv), you can do that easily with `uvx lazy-github`.\n\nWhen you first start LazyGithub, you will be prompted with a device login code and a link to GitHub\nwhere you will be able to authenticate the app against your account. This allows the app to act on\nyour behalf and is necessary for LazyGithub to function.\n\nCurrently, it supports the following:\n\n- Listing the repositories associated with your account \n- Listing the issues, pull requests, and actions on your repositories\n- Listing the details, diff, and reviews on any of those pull requests\n- Detailed issue and pull request views, including conversation participation\n\n### Reporting Bugs\n\nIf you run into any bugs while using LazyGithub, please let me know! You can do this by creating a\nnew [bug report](https://github.com/gizmo385/gh-lazy/issues/new?template=bug_report.md) or search\nfor `Open Bug Report` in the command pallete from inside LazyGithub.\n\n[![In-App Bug Reporter](https://asciinema.org/a/JiTZqOWyEjPzG4v1marSyTqUV.svg)](https://asciinema.org/a/JiTZqOWyEjPzG4v1marSyTqUV)\n\n### Running Locally\n\nIf you wish to run it from a local clone of the repository, you can do so by running the `./start.sh` located in the root of the repo.\n\n## Customization\n\nLazyGithub supports a number of customization options, all of which are stored in `$HOME/.config/lazy-github/config.json`.\nThese can be edited manually via changing the config or by opening the settings management UI within LazyGithub. That UI\ncan be accessed via the command pallete (`CMD+p`) and then searching for settings.\n\n![Settings screenshot](https://raw.githubusercontent.com/gizmo385/lazy-github/main/images/lazy-github-settings-ui.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgizmo385%2Fgh-lazy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgizmo385%2Fgh-lazy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgizmo385%2Fgh-lazy/lists"}