Add {path} and {event} variables to -c
Thanks to @es128, there's a new feature: variables which can be used in commands:
-c, --command Command to run after each change. Needs to be
surrounded with quotes when command contains spaces.
Instances of `{path}` or `{event}` within the command
will be replaced by the corresponding values from the
chokidar event.
Changes shortly: