macOS
brew install funzzylocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für funzzy in AI-Agent-Workflows.
Installation
brew install funzzylocal Homebrew formula metadata
nix profile install nixpkgs#funzzynixpkgs package indexes · pkgs/by-name/fu/funzzy/package.nix · Quelle: api.github.com
Überblick
Lightweight file watcher
Verlauf
funzzy is a Rust command-line file watcher and task runner that watches paths and runs configured shell commands when matching files change. Its README describes it as a lightweight watcher inspired by antr and entr, with workflows defined in YAML or by piping file lists on standard input.
The project is authored by Cristian Oliveira and is packaged as the `funzzy` crate with two binaries, `funzzy` and the short alias `fzz`. The Cargo manifest identifies the package as MIT licensed and points to the GitHub repository as the official source.
The README frames the tool around local developer workflows, especially personal automated checks similar to GitHub Actions. Its configuration evolved from a simple `.watch.yaml` task list into richer formats that share common watch rules and nest task groups.
Official installation instructions cover Homebrew, Nix, Cargo, source installation, and a Linux install script. That places funzzy in the small-tool ecosystem where developers can install the same workflow runner through a language package manager or an OS package manager.
A typical workflow starts with `funzzy init`, which creates `.watch.yaml`; running `funzzy` or `fzz` then watches the configured paths and runs matching commands. The docs also support one-off shell pipelines such as feeding changed files into `funzzy 'command {{relative_path}}'`.
The configuration format supports command lists, glob-style change patterns, ignore patterns, tasks that run on initialization, target filtering, fail-fast mode, non-blocking cancellation of long-running tasks, and alternate config files via `-c` or `--config`.
funzzy is interesting as a package because it packages the Unix `entr` idea in a Rust binary with a declarative YAML workflow file. It sits between a raw file watcher and a full build system: small enough to install as a CLI, but structured enough to encode repeated local checks.
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.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./.watch.yamlExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
funzzy | cli | globales Executable | |
fzz | 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/cristianoliveira/funzzy
Installationsmetadaten
| Paketschlüssel | brew:funzzy |
|---|---|
| Version | 1.5.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/funzzy |
| Homepage | https://github.com/cristianoliveira/funzzy |
| Repository | https://github.com/cristianoliveira/funzzy |
| Upstream-Dokumentation | https://github.com/cristianoliveira/funzzy#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/cristianoliveira/funzzy/archive/refs/tags/v1.5.0.tar.gz |
| Build-Abhängigkeiten | rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, 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 | funzzy |
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
funzzy
nix profile install nixpkgs#funzzyQuellspur
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.