fsevent_watch
brew install fsevent_watch
v0.2
MIT
macOS FSEvents client
1
30-day installs · #15068
3
90-day · #16674
32
365-day · #12370
52
★ GitHub stars · updated 3y ago
Links
- https://github.com/proger/fsevent_watch
- GitHub: proger/fsevent_watch
- Brew formula source: Formula/f/fsevent_watch.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "macOS FSEvents client",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:51+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "fsevent_watch",
"github_default_branch": "master",
"github_last_commit_at": "2023-02-19T19:17:16Z",
"github_readme_excerpt": "# fsevent_watch\n\nThe tool allows you to watch filesystem events on a Mac.\n\nThis is a standalone fork the C tool inside https://github.com/thibaudgg/rb-fsevent\nfocused on usability and *composability* with other tools.\n\n## Awesomeness\n\n* `fsevent_watch` has a damn simple parseable output (tab-delimited)\n\n```\n% ./fsevent_watch -F . # in the mean time i run `make clean fsevent_watch`\n86693279\t0x00010200=[IRemoved]\t/tank/proger/fsevent_watch/main.o\n86693282\t0x00010200=[IRemoved]\t/tank/proger/fsevent_watch/fsevent_watch\n86693291\t0x00011900=[ICreated,IRenamed,IModified]\t/tank/proger/fsevent_watch/cli.o-b995d254\n86693292\t0x00010a00=[IRemoved,IRenamed]\t/tank/proger/fsevent_watch/cli.o\n86693301\t0x00011900=[ICreated,IRenamed,IModified]\t/tank/proger/fsevent_watch/compat.o-b9dbbb8a\n86693302\t0x00010a00=[IRemoved,IRenamed]\t/tank/proger/fsevent_watch/compat.o\n86693305\t0x00010100=[ICreated]\t/tank/proger/fsevent_watch/main.o-2f7870a4\n86693311\t0x00011900=[ICreated,IRenamed,IModified]\t/tank/proger/fsevent_watch/main.o-2f7870a4\n86693312\t0x00010a00=[IRemoved,IRenamed]\t/tank/proger/fsevent_watch/main.o\n86693324\t0x00014d00=[ICreated,IInodeMetaMod,IRenamed,IChangeOwner]\t/tank/proger/fsevent_watch/fsevent_watch.ld_gYfEvE\n86693325\t0x00010a00=[IRemoved,IRenamed]\t/tank/proger/fsevent_watch/fsevent_watch\n```\n\n* `fsevent_watch` does line-buffering so you can even develop the tool with itself!\n\n```\n% ./fsevent_watch -F . | egrep --line-buffered \u0027\\.[ch]$\u0027 | xargs -t -n1 -I% make\nmake\nclang -c -DCLI_VERSION=\"\\\"f785a34\\\"\" -Wno-deprecated-declarations main.c -o main.o\nclang -framework CoreFoundation -framework CoreServices cli.o compat.o main.o -o fsevent_watch\nmake\nmake: `fsevent_watch\u0027 is up to date.\nmake\nmake: `fsevent_watch\u0027 is up to date.\n^C\n```\n\n* or, for example, authoring a Markdown file with vim and redcarpet\n\n```\n% fsevent_watch -F | grep --line-buffered README.md\u0027$\u0027 | xargs -I% -n1 sh -c \u0027redcarpet --parse-fenced-code-blocks --parse-autolink --render-prettify README.md \u003e README.html\u0027\n```\n",
"github_repo": "proger/fsevent_watch",
"github_stars": 52,
"github_topics": [],
"homepage": "https://github.com/proger/fsevent_watch",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 1,
"installs_365d": 32,
"installs_90d": 3,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "fsevent_watch",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 15068,
"rank_365d": 12370,
"rank_90d": 16674,
"raw_hash": "e07fdb166e5d4616",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/f/fsevent_watch.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.2",
"versioned_formulae": [],
"why_use_this": null
}