macOS
brew install fsevent_watchlocal Homebrew formula metadata
brew
macOS FSEvents client. Version 0.2 via Homebrew; verified from local package data.
install
brew install fsevent_watchlocal Homebrew formula metadata
overview
macOS FSEvents client
history
fsevent_watch is a small macOS command-line client for watching filesystem events through Apple's FSEvents facility. Its README describes it as a standalone fork of the C tool inside rb-fsevent, focused on usability and composability with other tools.
The project is intentionally compact: the GitHub repository shows a C and Makefile codebase with a small commit history. Its upstream README emphasizes parseable tab-delimited output and line buffering, making it easy to compose with tools such as grep, xargs, make, and Markdown renderers.
The lone GitHub release, v0.2, was published in January 2021 for macOS 11+ support.
Homebrew packaging gives fsevent_watch a simple install path for users who want raw FSEvents output without embedding a Ruby gem or larger watcher framework. Its niche is macOS-only development automation and file-change scripting.
The README examples pipe `fsevent_watch -F` into line-buffered filters and `xargs` to rebuild C files or regenerate Markdown output. The tool does not document a config or credentials file; it is used directly from shell pipelines.
fsevent_watch is package-nerd relevant because it is a tiny single-purpose wrapper around a platform API. It fills the gap between high-level cross-platform file watchers and macOS's native event stream, which is exactly the kind of utility Homebrew keeps discoverable.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fsevent_watch | cli | global executable |
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.
https://github.com/proger/fsevent_watch
install metadata
| Package key | brew:fsevent_watch |
|---|---|
| Version | 0.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fsevent_watch |
| Homepage | https://github.com/proger/fsevent_watch |
| Repository | https://github.com/proger/fsevent_watch |
| Upstream docs | https://github.com/proger/fsevent_watch#readme |
| License | MIT |
| Source archive | https://github.com/proger/fsevent_watch/archive/refs/tags/v0.2.tar.gz |
| Bottle | available (on arm64_big_sur, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fsevent_watch |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source 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.