DEV Community

Cover image for lazycomd
Huynh Thanh Phuc
Huynh Thanh Phuc

Posted on

lazycomd

I was tired of six terminal tabs for tunnels, port-forwards, and local stacks.

lazycomd is a user-wide daemon. The TUI is only a client — q does not kill anything. A ports panel shows who actually owns 3000.

Install (macOS/Linux, starts the daemon and enables it at login):

curl -sSfL https://github.com/thanhphuchuynh/lazycomd/releases/latest/download/install.sh | sh
Enter fullscreen mode Exit fullscreen mode

Then lazycomd opens the TUI.

Repo: https://github.com/thanhphuchuynh/lazycomd

Docs: https://thanhphuchuynh.github.io/lazycomd/

vs mprocs / process-compose / overmind: those are per-project (and mprocs dies when you quit). This is one catalog for every project, with an HTTP API.

Top comments (0)