Releases: emcrisostomo/fswatch
Releases · emcrisostomo/fswatch
fswatch 1.3.7
fswatch v. 1.3.6
What's New
The following features were added:
- Issue 29: Update
fswatch-run
to accept multiple path arguments.
fswatch v. 1.3.5
What's New
The following bugs were fixed:
- Issue 27: Usage is written to standard error when invalid arguments are specified.
fswatch 1.3.4
What's New
The following bugs were fixed:
fswatch-run
passed its second argument toxargs
as a quoted argument, thus preventing the invocation of commands with parameters.
fswatch v. 1.3.3
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 earlierfswatch
versions and launch the specified command when change events are received.