dirwatch
dirwatch copied to clipboard
A Clojure directory watcher, wrapping the JDK 7 java.nio.file.WatchService.
I've reproduced the problem on Linux with the following directory structure (`mkdir -p A/{B,C}`): ``` +---A +---B \---C ``` Now watch dir `A` and run the following commands: ```bash cd...
We had an issue where watching a directory, then renaming it, causes incorrect file events to be generated since the WatchKey does not have the correct path in its Watchable....
Without this setting, it would take 5-10 seconds on OS X for an event to be reported. A caveat of this is that `com.sun.nio.file.SensitivityWatchEventModifier` is an internal api that might...
There are a number of reflection warnings when `*warn-on-reflection*` is true. Would you be willing to add needed type hints, or merge a PR that adds them?
An option for turning off recursion is needed when watching /sys/ directories. /sys is infinitely deep and the watch service will never begin. In my case I want to watch...
It's perfectly possible to implement on top, of course...