Skip to content
/ gin Public

View GitHub/GitLab issues directly from your command line.

License

Notifications You must be signed in to change notification settings

glad-dev/gin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

63abd73 · Mar 25, 2025
May 26, 2023
Feb 28, 2024
Feb 13, 2024
Feb 28, 2024
Feb 29, 2024
Feb 28, 2024
Jun 13, 2024
Feb 23, 2024
Feb 23, 2024
Feb 16, 2024
Feb 13, 2024
Jul 30, 2024
Feb 13, 2024
Jul 30, 2024
May 30, 2023
Mar 19, 2024
Mar 25, 2025
Mar 13, 2025
Feb 23, 2024

Repository files navigation

Git Issue Navigator (gin)

View the issues of a GitHub or GitLab repository directly from your command line.

Gif showing gin's functionality

Features

  • Browse all issues (open/closed) from both local and remote repositories
  • View the discussion for each issue
  • Discussions have fully rendered markdown as well as correctly colored tags

Installation

go install github.com/glad-dev/gin@latest

Usage

Configuring authentication tokens

Authenticate with the GiHub/GitLab APIs by importing tokens with gin config add. If $XDG_CONFIG_HOME is set, the tokens are stored at $XDG_CONFIG_HOME/gin/, otherwise ~/.config/gin is used.

Creating a GitLab token

Create a token with scopes read_api, read_user and read_repository in Preferences > Access Tokens.

Creating a GitHub token

Create a classic token with scopes repo and read_user in Settings > Developer settings > Personal access token.

Viewing issues

  • To view the issues of a remote repository, use gin issues --url https://github.com/path/to/your/repo.
  • To view the issues of the repository you're currently in, use gin issues

Acknowledgements

This project would not have been possible without charmbracelet and their bubbletea and glow libraries.

About

View GitHub/GitLab issues directly from your command line.

Resources

License

Stars

Watchers

Forks

Packages

No packages published