Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppModel ¶
type AppModel struct {
// contains filtered or unexported fields
}
AppModel is the root Bubbletea model for the Forge TUI.
type Sidebar ¶
type Sidebar struct {
// contains filtered or unexported fields
}
Sidebar is a custom sidebar model with category headers and tool items.
func NewSidebar ¶
NewSidebar creates a sidebar from the registry, grouped by category.
func (*Sidebar) SelectedID ¶
SelectedID returns the tool ID of the currently selected item.
func (*Sidebar) SelectedName ¶
SelectedName returns the display name of the currently selected tool.
Click to show internal directories.
Click to hide internal directories.