fsevent_watch

Monitor macOS file system events in real-time using FSEvents

brewmacoslinux
Try with needOr install directly
Source

About

macOS FSEvents client

Commands

fsevent_watch

Examples

Monitor all file system events in the current directory$ fsevent_watch .
Monitor a specific directory and show detailed event information$ fsevent_watch /path/to/directory
Monitor multiple directories simultaneously$ fsevent_watch /path/to/dir1 /path/to/dir2