fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.

GPL-3.0 License

Downloads
754
Stars
4.9K

Bot releases are hidden (Show)

fswatch - fswatch 1.3.7

Published by emcrisostomo over 10 years ago

What's New

The following bugs were fixed:

  • Issue 32: Problems building fswatch 1.3.6 on Mac v10.8.5
fswatch - fswatch v. 1.3.6

Published by emcrisostomo over 10 years ago

What's New

The following features were added:

  • Issue 29: Update fswatch-run to accept multiple path arguments.
fswatch - fswatch v. 1.3.5

Published by emcrisostomo over 10 years ago

What's New

The following bugs were fixed:

  • Issue 27: Usage is written to standard error when invalid arguments are specified.
fswatch - fswatch 1.3.4

Published by emcrisostomo over 10 years ago

What's New

The following bugs were fixed:

  • fswatch-run passed its second argument to xargs as a quoted argument, thus preventing the invocation of commands with parameters.
fswatch - fswatch v. 1.3.3

Published by emcrisostomo over 10 years ago

What's New in 1.3.3

  • Add -o/--one-per-batch option to print a single message with the number of change events in the current batch.
  • Add fswatch-run shell script to mimic the behaviour of earlier fswatch versions and launch the specified command when change events are received.