started hacking on a proof-of-concept-ish proced-like monitor for shepherd services as I thought having a way to start/stop/monitor services from within emacs would, in theory, be a cool thing... right now this talks to shepherds socket directly (as I don't know a better way to fetch the info) and parses the response in the most ugly way possible (which is good enough for now as it works lol) to display a basic set of information on services as a tabulated list. Maybe I'll put this on codeberg if I spend a few more hours hacking on it.