cli/pkg/cli
Claude 1c6e910251
feat(frame): replace raw ANSI runLive with tea.Program
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 21:16:48 +00:00
..
ansi.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
ansi_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
app.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
app_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
check.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
check_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
command.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
commands.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
commands_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
daemon.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
daemon_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
errors.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
frame.go feat(frame): replace raw ANSI runLive with tea.Program 2026-02-22 21:16:48 +00:00
frame_model.go feat(frame): add KeyMap with default bindings 2026-02-22 21:03:50 +00:00
frame_test.go feat(frame): replace raw ANSI runLive with tea.Program 2026-02-22 21:16:48 +00:00
glyph.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
glyph_maps.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
glyph_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
i18n.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
layout.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
layout_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
log.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
output.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
output_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
prompt.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
render.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
runtime.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
stream.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
stream_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
strings.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
styles.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
styles_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
tracker.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
tracker_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
tree.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
tree_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
utils.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00