From 8a5176735b154d96b329049b9f94875ad9b7cfd8 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 16 Mar 2026 16:13:13 +0100 Subject: [PATCH] Add await (#522) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index df7fa0d..102b8e1 100644 --- a/readme.md +++ b/readme.md @@ -438,6 +438,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [pipe_exec](https://github.com/koraa/pipe_exec) - Run executables from stdin, pipes and ttys without creating a temporary file. - [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets. - [envio](https://github.com/envio-cli/envio) - Manage environment variables securely. +- [await](https://github.com/slavaGanzin/await) - Runs commands in parallel and waits for their termination. ### System Interaction Utilities