k
May 20, 2019
One of the most useful practices I’ve picked up over the last year is my use of a script runner to repeatedly run an arbitrary command on file changes.
I’ve set up a script called k
to do this.
k
stands for ‘keep it running’.
I’ve put it on GitHub if you’re interested in trying it out:
https://github.com/seanlerner/k
Enjoy!