ynishi / hwatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hwatch

  • simple watcher by inotify.

build

cabal build

install

cabal install
# update path env with rehash like
which hwatch

run

hwatch ${dirs comma sepalated without space} ${shell command}
# ex.
hwatch app,src cabal test

About

License:GNU General Public License v3.0


Languages

Language:Haskell 100.0%