macOS
brew install git-openlocal Homebrew formula metadata
brew / rank 6962
Open GitHub webpages from a terminal. Version 1.3 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#git-open.
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 | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:git-open |
|---|---|
| Version | 1.3 |
| Package manager | Homebrew |
| Homepage | https://github.com/jeffreyiacono/git-open |
| Repository | https://github.com/jeffreyiacono/git-open |
| Bottle | not recorded |
| Service | none declared |
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.