Initial benvin-utils monorepo with podgap tool

Add a monorepo for small single-purpose CLI tools that share a common
library, so tools reuse TUI primitives and Kubernetes client bootstrapping
instead of duplicating them.

- common/tui: direction markers, style palette, width-aware padding/layout
- common/kube: in-cluster→kubeconfig client loading + core/metrics clients
- podgap: live TUI comparing pod requests/limits vs actual usage, with
  up/down markers showing per-pod change since the last refresh
- Makefile auto-discovers tool directories: make <tool> | all | install
This commit is contained in:
Ben Vin
2026-07-12 21:42:14 +10:00
committed by Ben Vincent
parent e6bffb35ac
commit 016f93ab4f
12 changed files with 1221 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
/bin/