Hacker News new | ask | show | jobs
by matijs 1341 days ago
Out of curiosity, what editor do you use and how do you make sure 4. happens when for example using ‘save all’?
1 comments

I'm currently using neovim so it is pretty trivial to add save hooks. Although the approach I am currently using is just a custom shortcut that saves all files and touches the file. This way only explicit saves by me trigger the rerun.

My current setup is documented here but it's easy to tweak to your prefered workflow. https://kevincox.ca/2022/06/14/small-tools/#w