Entries from 2013-09-18 to 1 day

Mac でファイルの変更を検知する

Linux の inotify 的なものが Mac にはないけれど、OS X の API を使えばできるらしい。で、それをお手軽に叩けるようにしたのが fswatch。https://github.com/alandipert/fswatch インストール $ brew install fswatch 使い方 $ fswatch-run [監視対象のパ…