Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the bubbletea model for the interactive digest viewer. It holds the pre-rendered digest as a slice of lines and a scroll offset; all data is computed before the TUI starts, so Update only handles navigation.
func New ¶
func New(art render.DigestArtifact) Model
New pre-renders the digest artifact to text lines for scrolling.
Click to show internal directories.
Click to hide internal directories.