macOS
brew install rargslocal Homebrew formula metadata
brew / Rang 8698
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für rargs in AI-Agent-Workflows.
Installation
brew install rargslocal Homebrew formula metadata
Überblick
Util like xargs + awk with pattern matching support
Verlauf
rargs is a Rust command-line utility that combines xargs-style command execution with awk-like field extraction and regular-expression matching.
rargs was developed as a Rust command-line utility for turning structured input lines into command arguments through pattern matching. The official repository presents it as an xargs-and-awk hybrid.
The official README documents distribution through Homebrew and Nix, direct release binaries, and Cargo installation. source_facts.package-manager currently records the Homebrew formula.
rargs reads standard input line by line, splits or matches each line into numbered or named groups, substitutes those groups into a command template, and executes the resulting commands. Common examples include batch renaming, downloading URL/filename pairs, formatting delimited fields, and running jobs with multiple workers.
rargs occupies the composable Unix-filter niche between xargs and awk, adding Rust regular-expression captures and named placeholders to command construction. It is useful to package enthusiasts who favor small pipeline tools with modern parsing and parallel-execution features.
Sicherheitslage
Für rargs wurde kein passendes lokales Secret-Handling-Manifest gefunden. Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
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 |
|---|---|---|---|
rargs | 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/lotabout/rargs
Installationsmetadaten
| Paketschlüssel | brew:rargs |
|---|---|
| Version | 0.3.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/rargs |
| Homepage | https://github.com/lotabout/rargs |
| Repository | https://github.com/lotabout/rargs |
| Lizenz | MIT |
| Quellarchiv | https://github.com/lotabout/rargs/archive/refs/tags/v0.3.0.tar.gz |
| Zuletzt aktualisiert | 2026-09-13T07:05:22Z |
| Pulse | updated |
| Build-Abhängigkeiten | rust |
| Bottle | verfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | rargs |
| 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.