# Installer teip avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de teip pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:teip
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install teip
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#teip
```

  Preuve: nixpkgs package indexes: pkgs/by-name/te/teip/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:teip
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/teip>
- **Version:** 2.3.3
- **Résumé source:** Masking tape to help commands "do one thing well"
- **Page d'accueil:** <https://github.com/greymd/teip>
- **Dépôt:** <https://github.com/greymd/teip>
- **Licence:** MIT
- **Archive source:** <https://github.com/greymd/teip/archive/refs/tags/v2.3.3.tar.gz>
- **Dernière mise à jour:** 2026-06-22T14:06:27-07:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- teip (cli)
- teip (alias)

## Dépendances

- oniguruma

## Dépendances de compilation

- pkgconf
- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 2.3.3
- gestionnaire mis à jour: 2026-06-22
- données locales: OK
- dépôt amont: https://github.com/greymd/teip
- dernière version détectée: v2.3.3 (à jour)
## Historique du projet et usages

teip is a Rust command-line text-processing helper whose project slogan is masking tape to help commands do one thing well. It lets users select ranges, lines, fields, regex matches, or CSV fields from standard input, run another command only on that selected part, and splice the result back into the original stream.

### Historique du projet

The public repository dates to 2020 by its first GitHub release, v1.0.0, published on June 1, 2020. The README presents the tool as a Unix pipeline companion rather than a replacement for sed, awk, grep, cut, tr, or date: teip supplies the selection and replacement scaffolding so existing commands can focus on the selected text.

By v2.3.3 in April 2026, the project had grown into a packaged Rust CLI with Homebrew, prebuilt Linux deb/rpm artifacts, Windows installer artifacts, crates.io installation through Cargo, and optional Oniguruma regex support.

### Historique d'adoption

teip's adoption is niche but clear: it appeals to shell users who like small composable commands but often need to transform only one part of a line, one CSV field, or the context around a match. The README documents Homebrew installation for macOS and Linux, Cargo installation, package artifacts, and Windows support, showing a package-friendly distribution model.

Its GitHub page lists hundreds of stars and multiple releases, but its real package-manager niche is ergonomic Unix plumbing: make a hard one-liner readable by keeping selection in teip and letting the target command remain ordinary.

### Modes d'utilisation

Official examples include converting timestamps in `/var/log/secure`, replacing text only on lines containing a pattern, uppercasing a selected CSV field, editing several TSV fields, and applying a command to lines around grep matches. It also supports aliases for grep, sed, and awk style selection and environment variables for choosing GNU variants such as ggrep or gsed.

Package users care because teip adds one reusable primitive to the shell toolbox instead of requiring bespoke awk or Perl snippets for every partial-line transformation.

### Pourquoi les passionnés de paquets s'y intéressent

teip is package-nerd significant as a modern Rust take on classic Unix composition. It is small, scriptable, and intentionally dependent on the user's existing command set, which makes it attractive to people who collect sharp terminal filters.

### Chronologie

- 2020: v1.0.0 first release published.
- 2020-2026: Releases grew through v1.x and v2.x tags.
- 2026: v2.3.3 release fixed packaging/release automation details, including RPM digest compatibility.

### Related projects

- Related tools include sed, awk, grep, cut, tr, date, xargs-like shell composition tools, and Rust CLI packages distributed through Cargo and Homebrew.

### Sources

- <https://github.com/greymd/teip/blob/master/Cargo.toml>
- <https://github.com/greymd/teip/blob/master/README.md>
- <https://github.com/greymd/teip/releases/tag/v1.0.0>
- <https://github.com/greymd/teip/releases/tag/v2.3.3>
- source_facts.description


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** teip
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - teip: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/teip/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [oniguruma](https://pkg.so/fr/brew/oniguruma/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [gnu-sed](https://pkg.so/fr/brew/gnu-sed/) - Shares pkgdb curated category or tags: cli, developer-tools, text-processing, unix.
- [fzy](https://pkg.so/fr/brew/fzy/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal, unix.
- [xpipe](https://pkg.so/fr/brew/xpipe/) - Shares pkgdb curated category or tags: cli, developer-tools, pipeline, unix.
- [chars](https://pkg.so/fr/brew/chars/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal, text-processing.
- [with-readline](https://pkg.so/fr/brew/with-readline/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal, unix.
- [num-utils](https://pkg.so/fr/brew/num-utils/) - Shares pkgdb curated category or tags: cli, developer-tools, text-processing, unix.
- [ex-vi](https://pkg.so/fr/brew/ex-vi/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal, unix.
- [ipbt](https://pkg.so/fr/brew/ipbt/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal, unix.
- [onigmo](https://pkg.so/fr/brew/onigmo/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, oniguruma, processing.

## Combined YAML source

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


## Sources

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