Simon Glass <sjg@xxxxxxxxxxxx> writes: > Hi, > > On Sat, 11 Dec 2021 at 12:06, Toke Høiland-Jørgensen <toke@xxxxxxxxxx> wrote: >> >> Hi everyone! >> >> I was wondering if anyone had any nifty tricks or utilities to help >> monitor the status of your own patch submissions on a patchwork >> instance? Things like getting a notification when a patch changes status >> or when one of the automated checks on that particular patchwork >> instance fails for a patch you submitted? >> >> I can just filter the patchwork web interface to my name, of course, but >> I would like something that can be automated so I can make the stuff I >> care about show up in my inbox :) > > I'll just mention 'patman status' here, which collects tags from > patchwork so you can send them with the next version. It also shows > you code-review snippets on the cmdline which I find much faster to > process, particularly for large patches. See below, although it's a > bit hard to read without the colours that patman uses. Ah, this is cool, didn't know about patman! Will take a closer look, it seems to be solving some of the same issues I've been rolling my own solutions for - thanks for the pointer! :) -Toke