5HT / fs

📁 FS: Windows, Linux, Mac Driver
https://fs.n2o.dev
Other
234 stars 69 forks source link

Added support for ATTRIB event in inotifywait #28

Closed yolk closed 7 years ago

yolk commented 7 years ago

If you use Vagrant, you can use https://github.com/mhallin/vagrant-notify-forwarder to send notifications from the host to the guest. However, it sends all changes only as ATTRIB changes, as per mhallin/notify-forwarder#2.

This change allows the usage of something like mix_test_watch inside of a vagrant dev box.

5HT commented 7 years ago

Cool, Thanks! 👍