Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 237 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 237 Bytes

Filenotify-recursive

Like filenotify, but recursive.

Usage

;; To start watching a directory recursively
(fnr-add-watch "my-dir" '(change) #'my-callback) ;; => uuid

;; To cancel the watch
(fnr-rm-watch uuid)