Documentation
¶
Overview ¶
Package portal is the bare `drift` dashboard — a full-screen, k9s-style TUI over the same /ops/* surface the other commands wrap: a navbar, a slices sidebar (TAB to focus), and a brand-coloured Slice/Atomic/Backbone/Canvas main pane for browsing functions, data, and sites without leaving the terminal. (Still reachable as the hidden `drift portal` alias.)
Deliberately framework-free (no bubbletea): alt-screen + raw mode via golang.org/x/term + ANSI, matching the lean toolkit the rest of the CLI uses. One model, one render() (layout.go), one key loop. Every fetch is auto-scoped to the active slice (X-Slice header), so the panes follow the sidebar.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.