lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Sep 10, 2010 at 5:53 AM, Gabriel Duarte <confusosk8@gmail.com> wrote:
> I just wrote a bind from libnotify to Lua 5.1 (lua-notify), now, we are able
> to pop up notification on desktop easily.

There's also linotify:

http://github.com/hoelzro/linotify

So the question is, what cool features does it provide? One thing
about linotify which makes it somewhat inflexible is that provides
blocking event reads on each watched directory, so for non-trivial
stuff you need to do some kind of threading. (And that's another thing
altogether!)

steve d.