Skip to content

jethrokuan/filenotify-recursive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Recursive watchers for Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published