jolheiser/gitty — explained in plain English
Analysis updated 2026-08-15 · repo last pushed 2023-06-19
Check open issues and pull requests for a project from the terminal.
Get an overview of all repositories under an organization or user account.
Quickly open a specific issue or pull request in your web browser by number.
Review recent commits across multiple hosted repositories without leaving the command line.
| jolheiser/gitty | 000madz000/rfid-attendance | 00kaku/gallery-slider-block | |
|---|---|---|---|
| Language | — | TypeScript | JavaScript |
| Last pushed | 2023-06-19 | 2024-07-22 | 2021-05-19 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires generating and configuring an API access token from your hosting provider.
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.
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.
Dormant — no commits in 2+ years (last push 2023-06-19).
The explanation does not mention a license.
Setup difficulty is rated moderate, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.