]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: support --alert=CMD for early MUA users
authorEric Wong <e@80x24.org>
Mon, 8 Feb 2021 09:05:12 +0000 (23:05 -1000)
committerEric Wong <e@80x24.org>
Mon, 8 Feb 2021 22:07:43 +0000 (22:07 +0000)
commitfb6aa4da304125a3fb7932e1335be85ff260e031
tree63e230503bdfc4c11a0888e80f5eae48194dc3f0
parent80ba871c557eb5ba79c73150519ce9ea5225d695
lei q: support --alert=CMD for early MUA users

For --mua users writing to lock-free -o MFOLDER destinations;
we'll keep -WINCH and send an ASCII terminal bell when results
are complete.  This is intended to let early MUA spawners know
when lei2mail is done writing results.

We'll also support running arbitrary commands.  It may be used
to run play(1) (from SoX), handle pipelines+redirects
(e.g. "/bin/sh -c 'echo search done | wall'") or other commands.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiOverview.pm