Trigger actions on filesystem events
Presently only linux is supported, but in due time other platforms will hopefully be supported as well. You'll need the inotify library which you can get by following the instructions here.
Next, clone the repository and build with stack.
git clone https://www.github.com/justanotherdot/stickybeak.git
cd stickybeak && stack build
stickybeak "src" "runTests.sh"
To watch some source directory and run a test suite on changes.