A simple monitoring tool that works like the watch command but displays the result in the panel.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Best to just use `Gio.Subprocess` and `communicate_utf8()` for a use-case like this. See https://andyholmes.github.io/articles/subprocesses-in-gjs.html#communicating-with-processes for some examples.
Awesome! Thanks for the pointer!