# git-number mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-number in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:git-number
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/git-number>
- **Version:** 1.0.1
- **Quellzusammenfassung:** Use numbers for dealing with files in git
- **Homepage:** <https://github.com/holygeek/git-number>
- **Repository:** <https://github.com/holygeek/git-number>
- **Lizenz:** ISC
- **Quellarchiv:** <https://github.com/holygeek/git-number/archive/refs/tags/1.0.1.tar.gz>
- **Zuletzt aktualisiert:** 2026-08-02T20:52:06+09:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- git-id (cli)
- git-number (cli)
- git-id (Alias)
- git-number (Alias)

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf all

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.0.1
- Manager aktualisiert: 2026-08-02
- lokale Daten: OK
- Upstream-Repository: https://github.com/holygeek/git-number
- neueste erkannte Version: 1.0.1 (aktuell)
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **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:** stable


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [git-lfs](https://pkg.so/de/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.
- [git-machete](https://pkg.so/de/brew/git-machete/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.
- [git-octopus](https://pkg.so/de/brew/git-octopus/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.
- [git-open](https://pkg.so/de/brew/git-open/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.
- [git-now](https://pkg.so/de/brew/git-now/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.
- [git-mediate](https://pkg.so/de/brew/git-mediate/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.
- [git-multipush](https://pkg.so/de/brew/git-multipush/) - Shares pkgdb curated category or tags: cli, developer-tools, git, git-extension.
- [gh](https://pkg.so/de/brew/gh/) - Shares pkgdb curated category or tags: cli, developer-tools, git.

## 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)


## Quellen

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