dsp-testing / diff-tracer

General purpose status check management using build tracing
MIT License
0 stars 1 forks source link

Mac tracer support #21

Open henti opened 10 months ago

henti commented 10 months ago

Investigate Mac options for inotify to monitor for file access requests to trace files used during a build.

henti commented 10 months ago

I've looked into fswatch which uses File System Events API but it seems to only support file modifications.

there is a --access flag but the macOS monitors are not supported.