feat: more scriptable tui (api)

This commit is contained in:
adamdotdevin 2025-07-31 11:24:23 -05:00
commit 872b1e068f
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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()