funzzy

The configurable watcher. (Inspired by antr / entr)

Configure execution of commands when some file change in different directories using semantic yaml.

Example: ```yaml

watch.yaml

list here all the events and the commands that it should execute

Motivation

Create a light watcher to run my tests everytime something in my project change. So I won't forget to keep my tests passing. Funzzy was made with Rust that is why it consumes almost nothing to run.

Installing

Make sure you have installed the follow dependecies: - Rust bash make install

Running

Initializing with boilerplate: bash funzzy init Change the yaml as you want. Then run: bash funzzy watch

Tests

Running tests: bash cargo test

Contributing

Pull Request should have unit tests

Licence

This project was made under MIT Licence.