Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
SelectedProject *workspace.WorkspaceNode // The project selected when Enter is pressed
// contains filtered or unexported fields
}
Model wraps the navigator component and provides custom table-based rendering.
func New ¶
func New(projects []*workspace.WorkspaceNode, refreshInterval int) *Model
New creates a new model for the workspace navigator TUI.
Click to show internal directories.
Click to hide internal directories.