# 使用 Homebrew, Nix 安装 git-open

查看 git-open 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:git-open
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install git-open
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#git-open
```

  证据: nixpkgs package indexes: pkgs/by-name/gi/git-open/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:git-open
- **软件包管理器:** Homebrew
- **版本:** 1.3
- **来源摘要:** Open GitHub webpages from a terminal
- **主页:** <https://github.com/jeffreyiacono/git-open>
- **仓库:** <https://github.com/jeffreyiacono/git-open>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- git-open (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.3
## 项目历史与用法

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.

### 时间线

- 2012: Repository was created on GitHub.
- 2018: v1.2 release was published.
- 2019: v1.3 release was published.

### Related projects

- GitHub Enterprise
- git config github.user
- Homebrew formulae for shell helpers

### 来源

- <https://formulae.brew.sh/formula/git-open>
- <https://github.com/jeffreyiacono/git-open>
- <https://raw.githubusercontent.com/jeffreyiacono/git-open/master/README.md>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Nix - git-open: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-open/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/git-open.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-open.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
