watchtower icon indicating copy to clipboard operation
watchtower copied to clipboard

Add change-first? function

Open liquidz opened this issue 13 years ago • 1 comments

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 if there are many files, this behavior will cause slow startup.

liquidz avatar Apr 08 '12 03:04 liquidz

I have the same problem too, because I don't want to be executing functions on files that I have previously. I've renamed the option to be 'notify-on-start?' on my fork in addition to a couple of other changes. Please have a look at my fork to see what you think

zcaudate avatar May 12 '12 02:05 zcaudate