Review of "Watch Display" version 3

Details Page Preview

A simple monitoring tool that works like the watch command but displays the result in the panel.

Extension Homepage
https://github.com/chfritz/gnome-watch-display

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
3 Active
2 Rejected
1 Active

Previous Reviews on this Version

andyholmes active
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.
mogli posted a review
Awesome! Thanks for the pointer!