funzzy 0.3.0

The fancy watcher inspired by entr.
Documentation
1
2
3
4
5
6
7
.PHONY: tests
tests:
	@cargo test

.PHONY: install
install:
	@cargo build --release && cp target/release/funzzy /usr/local/bin/