gitwtfhub

wtf is gitty?

jolheiser/gitty — explained in plain English

Analysis updated 2026-08-15 · repo last pushed 2023-06-19

Audience · developerComplexity · 2/5DormantSetup · moderate

TL;DR

A command-line tool that shows recent activity from your GitHub, GitLab, or Gitea projects directly in the terminal, so you can check issues and pull requests without opening a browser.

Mindmap

mindmap
  root((repo))
    What it does
      Shows git project activity
      Opens issues in browser
      Summarizes recent commits
    Supported platforms
      GitHub
      GitLab
      Gitea
    Use cases
      Monitor multiple repos
      Check open issues fast
      Review pull requests
    Tech stack
      Go
      Standalone binary
    Requirements
      Access token
      Hosting provider API

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Check open issues and pull requests for a project from the terminal.

REASON 2

Get an overview of all repositories under an organization or user account.

REASON 3

Quickly open a specific issue or pull request in your web browser by number.

REASON 4

Review recent commits across multiple hosted repositories without leaving the command line.

What's in the stack?

Go

How it stacks up

jolheiser/gitty000madz000/rfid-attendance00kaku/gallery-slider-block
LanguageTypeScriptJavaScript
Last pushed2023-06-192024-07-222021-05-19
MaintenanceDormantDormantDormant
Setup difficultymoderateeasyeasy
Complexity2/52/52/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 5min

Requires generating and configuring an API access token from your hosting provider.

The explanation does not mention a license.

Wtf does this do

gitty is a command-line tool that gives you a quick snapshot of what's happening in your git projects. Instead of opening a browser and navigating to GitHub, GitLab, or Gitea to check on open issues, pending pull requests, and recent changes, you can see all of that information directly in your terminal window. To use it, you run the tool and point it at a project folder on your computer or a repository URL. It then pulls data from your hosting provider's API and displays recent activity in a clean summary. You can customize how much information you see, like limiting it to the last 10 commits or 10 open issues. The tool also has a handy shortcut: if you run it with a specific issue or pull request number, it will open that item directly in your web browser. This tool is built for developers and project managers who spend a lot of time in the terminal and want to reduce context-switching. For example, if you are managing multiple open-source projects, you can use the namespace feature to get a bird's-eye view of every repository under a specific organization or user account, rather than checking each one individually. To function, the tool requires you to set up an access token from your hosting provider, which acts as a permission key for the tool to read your project data securely. The README doesn't go into detail on how the underlying API connections work, but it notes support for GitHub, GitLab, and Gitea. It is written in Go, which allows it to be distributed as a standalone binary for most major operating systems.

Yoink these prompts

Prompt 1
I have gitty installed. Write the command to view the 10 most recent commits and 10 open issues for the repository at https://github.com/myuser/myrepo.
Prompt 2
Help me create an access token on GitHub so I can configure gitty to read my repository data securely.
Prompt 3
Using gitty, how do I get a bird's-eye view of every repository under the GitHub organization 'my-org' using the namespace feature?
Prompt 4
I want to open issue number 42 for my local git project directly in the browser using gitty. What is the exact command?

Frequently asked questions

wtf is gitty?

A command-line tool that shows recent activity from your GitHub, GitLab, or Gitea projects directly in the terminal, so you can check issues and pull requests without opening a browser.

Is gitty actively maintained?

Dormant — no commits in 2+ years (last push 2023-06-19).

What license does gitty use?

The explanation does not mention a license.

How hard is gitty to set up?

Setup difficulty is rated moderate, with roughly 5min to a first successful run.

Who is gitty for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.