Clojure-Watch
Clojure-Watch copied to clipboard
A Clojure library for watching file system events.
Results
3
Clojure-Watch issues
Sort by
recently updated
recently updated
newest added
When :recursive is true, a :create event on a directory should internally trigger a watch registration for the new directory in order to accurately reflect ongoing changes within the originally...
Hey! I was looking for a filesystem watch library and found this one. The README suggested using `[clojure-watch "LATEST"]` - but I like version locking dependencies so I used `[clojure-watch...