macOS
brew install git-numberlocal Homebrew formula metadata
brew
Use numbers for dealing with files in git. Version 1.0.1 via Homebrew; verified from local package data.
install
brew install git-numberlocal Homebrew formula metadata
overview
Use numbers for dealing with files in git
history
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.
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-id | cli | global executable | |
git-number | 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/holygeek/git-number
install metadata
| Package key | brew:git-number |
|---|---|
| Version | 1.0.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-number |
| Homepage | https://github.com/holygeek/git-number |
| Repository | https://github.com/holygeek/git-number |
| Upstream docs | https://github.com/holygeek/git-number#readme |
| License | ISC |
| Source archive | https://github.com/holygeek/git-number/archive/refs/tags/1.0.1.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-number |
| 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 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.