Skip to content

A terminal UI for interacting with GitHub

License

Notifications You must be signed in to change notification settings

gizmo385/lazy-github

Repository files navigation

PyPI - Version PyPI - Downloads

LazyGithub is a terminal UI client for interacting with GitHub. It draws heavy inspiration from the lazygit project and uses Textual to drive the terminal UI interactions.

Example screenshot

How to Use It

You can run the most recently built version by installing it from PyPI. If you have uv installed, you can do that easily with uvx lazy-github.

When you first start LazyGithub, you will be prompted with a device login code and a link to GitHub where you will be able to authenticate the app against your account. This allows the app to act on your behalf and is necessary for LazyGithub to function.

Currently, it supports the following:

  • Listing the repositories associated with your account
  • Listing the issues, pull requests, and actions on your repositories
  • Listing the details, diff, and reviews on any of those pull requests
  • Detailed issue and pull request views, including conversation participation

If 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.

Customization

LazyGithub supports a number of customization options, all of which are stored in $HOME/.config/lazy-github/config.json. These can be edited manually via changing the config or by opening the settings management UI within LazyGithub. That UI can be accessed via the command pallete (CMD+p) and then searching for settings.

Settings screenshot

About

A terminal UI for interacting with GitHub

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published