rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Add an option to allow filtering which change events to respond to

Open pbhogan opened this issue 9 months ago • 0 comments

Added option --filter which allows filtering which exact changes to respond to: modified, added and/or removed. This is particularly useful in situations where a process may only care about files added or removed (such as rails stimulus:manifest:update, for example) and file modifications are just noise that create unnecessary process churn.

pbhogan avatar May 22 '24 19:05 pbhogan