No description
- Go 100%
Network-client TUI for posta-server. Speaks /api/v1/* (REST) and /api/v1/events (SSE) over a bearer-authenticated session; persists the token at $XDG_CONFIG_HOME/posta-tui/config.toml mode 0600. Layout: - cmd/posta-tui entrypoint with first-run config prompt - internal/api DTOs, REST client, SSE parser with reconnect - internal/state pure reducer (identity, contacts, threads, watermark) - internal/config XDG TOML loader/saver - internal/tui bubbletea model; one tea.Msg per SSE event Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| cmd/posta-tui | ||
| internal | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||