Texlab provides onSave command so saved document is re-rendered automatically. Is it possible to achieve the same effect for dot? Essentially a background wrapper for echo foo.dot | entr dot -Tpng -o /tmp/foo.png and then imv /tmp/foo.png separately.
Texlab provides onSave command so saved document is re-rendered automatically. Is it possible to achieve the same effect for dot? Essentially a background wrapper for
echo foo.dot | entr dot -Tpng -o /tmp/foo.pngand thenimv /tmp/foo.pngseparately.