macOS
brew install funzzylocal Homebrew formula metadata
brew / rank 9607
Lightweight file watcher. Version 1.5.0 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#funzzy.
install
brew install funzzylocal Homebrew formula metadata
nix profile install nixpkgs#funzzynixpkgs package indexes · pkgs/by-name/fu/funzzy/package.nix · source: api.github.com
overview
Lightweight file watcher
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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
| Command | Kind | Exposure | Note |
|---|---|---|---|
funzzy | executable | indexed executable | Discovered from the local executable index. |
fzz | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:funzzy |
|---|---|
| Version | 1.5.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/cristianoliveira/funzzy |
| Repository | https://github.com/cristianoliveira/funzzy |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
funzzy
nix profile install nixpkgs#funzzysource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.