# 使用 Homebrew, scoop 安装 git-xargs

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install git-xargs
```

  证据: local Homebrew formula metadata

### Windows

- Scoop (92%):

```sh
scoop install main/git-xargs
```

  证据: Scoop official bucket manifest trees: bucket/git-xargs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:git-xargs
- **软件包管理器:** Homebrew
- **版本:** 0.1.16
- **来源摘要:** CLI for making updates across multiple Github repositories with a single command
- **主页:** <https://github.com/gruntwork-io/git-xargs>
- **仓库:** <https://github.com/gruntwork-io/git-xargs>
- **最后更新:** 2026-07-27T16:47:23+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- git-xargs (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

git-xargs is a Gruntwork command-line tool for applying one command or script across many GitHub repositories. Its niche is organizational repository maintenance: cloning targets, running an operation, committing changes, opening pull requests, and reporting the outcome.

### 项目历史

The project appeared as a Go CLI in Gruntwork's open source tooling around 2021, with tagged releases beginning at v0.0.1 on April 20, 2021. Its README frames the tool around repeated multi-repository jobs such as adding files, renaming products, upgrading Terraform modules, or adding CI configuration across many repositories.

### 采用历史

Adoption is concentrated in teams that manage many GitHub repositories, especially infrastructure and platform groups. Package availability through Homebrew and Scoop made it easier to treat the tool as a workstation utility rather than a one-off script copied between organizations.

### 使用方式

Practitioners provide a command or script plus repository selectors, often an organization or a file of repositories. git-xargs then performs the repetitive GitHub workflow around that command: clone, change, commit, pull request, and summarize.

### 为什么软件包爱好者会关心

For package-manager users, git-xargs represents the small but valuable class of CLIs that automate repository hygiene at fleet scale. It is less a Git replacement than a GitHub operations multiplier.

### 时间线

- 2021: First tagged releases of git-xargs.
- 2021: README examples described organization-wide pull-request generation.
- 2021: Homebrew installation documented alongside release binaries and Go installation.

### Related projects

- Git provides the underlying repository operations.
- GitHub provides the repository hosting and pull-request workflow that git-xargs automates.
- Gruntwork maintains the project as part of its infrastructure-tooling ecosystem.

### 来源

- <https://formulae.brew.sh/formula/git-xargs>
- <https://github.com/gruntwork-io/git-xargs>
- <https://github.com/gruntwork-io/git-xargs/releases>
- <https://raw.githubusercontent.com/gruntwork-io/git-xargs/master/README.md>


## 安全说明

narrow executable package without higher-risk signals.

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

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

- Scoop - main/git-xargs: normalized package name match | Scoop official bucket manifest trees: bucket/git-xargs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/git-xargs.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-xargs.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
