Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 775 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 775 Bytes

stickybeak

Trigger actions on filesystem events

Build Status

Closeup of a parrot's feathers

Install

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

Example Usage

stickybeak "src" "runTests.sh"

To watch some source directory and run a test suite on changes.