macOS
brew install git-openlocal Homebrew formula metadata
brew
Open GitHub webpages from a terminal. Version 1.3 via Homebrew; verified from local package data.
install
brew install git-openlocal Homebrew formula metadata
nix profile install nixpkgs#git-opennixpkgs package indexes · pkgs/by-name/gi/git-open/package.nix · source: api.github.com
overview
Open GitHub webpages from a terminal
history
git-open is a small terminal utility for opening GitHub repository pages in a web browser. The README describes it as a way to type less when jumping from the shell to a repository page.
Jeff Iacono created the GitHub repository in 2012. The project kept the form of a simple shell script, with a README that documents cloning, symlinking the script into the user's PATH, and running git-open with a user and repository name.
The tool remained small, but it was packaged for Homebrew and Nix, giving it a path into common developer workstations. GitHub releases in 2018 and 2019 show later maintenance beyond the initial script publication.
Developers use git-open when they know a repository name and want the corresponding GitHub page without manually assembling the URL. The script can infer a default user from GITHUB_USER or git config github.user, and it can target GitHub Enterprise installations through GITHUB_URL.
git-open is representative of packageable shell conveniences: one command wraps a repeated browser-opening pattern, honors a few environment variables, and avoids introducing a full forge client.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-open | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/jeffreyiacono/git-open
install metadata
| Package key | brew:git-open |
|---|---|
| Version | 1.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-open |
| Homepage | https://github.com/jeffreyiacono/git-open |
| Repository | https://github.com/jeffreyiacono/git-open |
| Upstream docs | https://github.com/jeffreyiacono/git-open#readme |
| License | MIT |
| Source archive | https://github.com/jeffreyiacono/git-open/archive/refs/tags/v1.3.tar.gz |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-open |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
git-open
nix profile install nixpkgs#git-opensource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.