Skip to content

LeebDeveloper/inoteefy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inoteefy

Description

Erlang inotify wrapper

Inspired by https://github.com/massemanet/inotify Port code completely taken from that work.

Short instructions

To watch some file or directory

inoteefy:watch("path/to/watch", fun(Event) -> some_sensible_work(Event) end).

To stop watching

inoteefy:unwatch("path/to/watch").

And don't forget to start application!

About

Erlang inotify wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published