feat: more scriptable tui (api)

This commit is contained in:
adamdotdevin
2025-07-31 11:24:23 -05:00
parent e4e0b8fd34
commit 872b1e068f
4 changed files with 158 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ func main() {
logger := slog.New(apiHandler)
slog.SetDefault(logger)
slog.Debug("TUI launched", "app", appInfoStr, "modes", modesStr)
slog.Debug("TUI launched", "app", appInfoStr, "modes", modesStr, "url", url)
go func() {
err = clipboard.Init()