watchtower
watchtower copied to clipboard
A file watching library
Results
3
watchtower issues
Sort by
recently updated
recently updated
newest added
Hi Chris, I noticed that watchtower couldn't track file deletion changes so I had to hack into code to add it in the feature... I've added 'on-add' and 'on-delete' options...
I added `change-first?` function. This function set whether `on-chnage` function will be execute at startup or not. At startup, watchtower execute `on-change` function for all files one by one, and...