@zolaris I used to prototype this in Go (using the great bubbletea library) but later decided for a rewrite in pure C and NetBSDs native curese library. I try to keep dependencies as low as possible for seamless integration with the build.sh system. Actually the "cellui" curses interface shown in this screenshot uses "cellmgr" as it backend. cellmgr is a hybrid of a end user cli with a stable machine runtime interface, completely written in sh. So we have a scriptable middleware layer. Took some iterations to get this right, and still some rough edges I will address.
Matthias Petermann
Posts
-
What about a nice Midnight Commander-style TUI to manage cells interactively? -
What about a nice Midnight Commander-style TUI to manage cells interactively?Running a massive fleet of 26 API-Servers, served by a Nginx gateway as ingress. This time with midnight commander theme ;-)
-
What about a nice Midnight Commander-style TUI to manage cells interactively? -
What about a nice Midnight Commander-style TUI to manage cells interactively?For example....
-
What about a nice Midnight Commander-style TUI to manage cells interactively?What about a nice Midnight Commander-style TUI to manage cells interactively? đ€
-
Quick follow-up on the naming discussion around my NetBSD project (currently âJails for NetBSDâ):RE: https://mastodon.bsd.cafe/@mpeterma/116180607527845598
Quick follow-up on the naming discussion around my NetBSD project (currently âJails for NetBSDâ):
Iâm planning to close the poll tonight at midnight (2026-03-07 EST). That should give me the rest of the weekend to refactor the codebase for the new name and then continue with stabilization, review and new features.
If you havenât voted yet, please do đ Your input is very helpful.
-
New checkpoint of the NetBSD jails prototype.New checkpoint of the NetBSD jails prototype. Clean rebase on NetBSD 11 with no changes to existing upstream code except a bugfix. Also a new evaluation ISO based on NetBSD 11 RC1 (2026-03-05). Next experiments will explore non-user rlimits in the jail context and additional kauth gates (e.g. maxproc at fork).