# git-number を Homebrew でインストール

git-number のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install git-number
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:git-number
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.0.1
- **ソース概要:** Use numbers for dealing with files in git
- **ホームページ:** <https://github.com/holygeek/git-number>
- **リポジトリ:** <https://github.com/holygeek/git-number>
- **最終更新:** 2026-08-02T20:52:06+09:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- git-id (エイリアス)
- git-number (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.0.1
## プロジェクトの歴史と使われ方

git-number is a Git command-line helper that assigns numeric IDs to files shown by git status, then lets the user pass those numbers back into Git commands. Its README describes the tool as a productivity aid for repetitive staging, diffing, editing, and file-selection tasks.

### プロジェクトの歴史

The GitHub repository was created on 2011-03-24. The README records an implementation transition: an original Perl version was preserved on a separate branch, while the maintained implementation was rewritten in Go.

### 採用の歴史

git-number became a recognizable niche utility in the Git-extension ecosystem, with GitHub metadata showing a few hundred public stars and Homebrew packaging making it available to users who prefer package-manager installs. Its README also points to scm_breeze as a related, broader shell workflow project.

### 使われ方

Users run git number to print git status with numbered file entries, then run commands such as git number add, git number diff, or git number -c rm with individual IDs or ranges. The tool stores its number-to-file mapping under .git/gitids.go.txt, which keeps the mapping local to the repository.

### パッケージ好きにとっての重要性

The package is a compact example of a Git porcelain wrapper that trades strict parser guarantees for terminal speed. Its README is unusually explicit about edge cases, including rename handling and columnar untracked-file output, making it useful to people who care about how CLI wrappers survive changes in Git output.

### タイムライン

- 2011: Repository was created on GitHub.
- 2014: 1.0.0a tag marked the Go-era package line.
- 2017: 1.0.1 tag followed with later maintenance.

### Related projects

- scm_breeze
- git status
- Git aliases

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Combined YAML source

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


## ソース

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