macOS
brew install git-numberlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-number in AI-Agent-Workflows.
Installation
brew install git-numberlocal Homebrew formula metadata
Überblick
Use numbers for dealing with files in git
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
git-id | cli | globales Executable | |
git-number | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/holygeek/git-number
Installationsmetadaten
| Paketschlüssel | brew:git-number |
|---|---|
| Version | 1.0.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/git-number |
| Homepage | https://github.com/holygeek/git-number |
| Repository | https://github.com/holygeek/git-number |
| Upstream-Dokumentation | https://github.com/holygeek/git-number#readme |
| Lizenz | ISC |
| Quellarchiv | https://github.com/holygeek/git-number/archive/refs/tags/1.0.1.tar.gz |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.