I'm looking for a way to check periodically if a files under a certain directory were changed from the last check (a functionality symilar to FAM daemon or to gio.monitor_directory). In emacs lisp.
- Are there any library/snippet that provide this functionality?
- If not, how can I implement such a function?