Skip to content

tex/erlinotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erlinotify

Notification of inotify events

Description

The library interfaces with inotify using erlang NIF. The NIF spawns off a thread which then polls the inotify file descriptor for any changes to a watched descriptor.

Installation

Add the library to your rebar config

{
  deps,
  [
   {erlnotify, "0.1.*", {git, "git://github.com/dipthegeezer/erlinotify.git", "HEAD"}},
   ....
  ]
}.

Then just use rebar to get the deps and use in your code.

Usage

API

About

erlang binding to inotify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 33.9%
  • Perl 30.4%
  • C 23.9%
  • Shell 11.8%