subo icon indicating copy to clipboard operation
subo copied to clipboard

"Watch" mode for `make subo`

Open MacklinEngineering opened this issue 3 years ago • 1 comments

Now, if you make a code change in Subo, you have to re run make subo which can become comberson to developers.

Automatically running make subo upon save of all files within subo would make the process smoother.

MacklinEngineering avatar Jan 24 '22 19:01 MacklinEngineering

We likely would want a specific make command to watch file changes, something like make subo/watch rather than trying to get make itself to re-execute!

Something like https://github.com/mitranim/gow could work, but that requires users to already have it installed on their machines. This would probably take some research to get right.

@cohix would something like a make subo/watch command make sense?

ospencer avatar Apr 04 '22 17:04 ospencer