💾 Archived View for tilde.pink › ~kaction › log › 2023-03-25.1.gmi captured on 2023-04-19 at 22:23:11. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Announce: release of run-many=1.0.0

I just uploaded first release of "run-many" tool that is standalone implementation of colored interleaved output like "docker-compose up" or "devenv up". If you never worked with these tools, please see asciinema:

https://asciinema.org/a/PFB3AuZCgk1eLtM2OP5bDHGLl

Sources:

Release archives signed with signify(1)

Public part of signing key

Git monorepo

A bit of trivia

Other day I was evaluating "devenv" project if it can make my life better. Most of its selling points are "you can harness some power of Nix even if don't know Nix", which is extremely unconvincing.

https://devenv.sh

But "devenv up" does provide extra value. It not just uses Nix to build scripts that start servers, it also provides means to start them all in one command and not have their output interleaved into complete mess. The only other tool I know that can do the same is "docker-compose", which is even bigger kitchen sink, so I decided to create unix-way implementation of this idea.