Initial scaffold: Go + Bubble Tea kctl-tui (spec, plan, core logic, tests, CI, install script)

This commit is contained in:
Stefan Koelle
2026-08-09 11:21:15 +02:00
parent 30907014cd
commit 2dae206ec4
3 changed files with 49 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module github.com/skoelle/kctl-tui
go 1.22
require (
github.com/charmbracelet/bubbles v0.20.0
github.com/charmbracelet/bubbletea v1.1.1
github.com/charmbracelet/lipgloss v1.0.0
gopkg.in/yaml.v3 v3.0.1
)