Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FilterMode ¶ added in v0.2.0
type FilterMode int
FilterMode represents different filter options
const ( FilterAll FilterMode = iota FilterDirty FilterClean )
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the Bubbletea model for the TUI
func (Model) GetFilterModeName ¶ added in v0.2.0
GetFilterModeName returns the display name of current filter mode
func (Model) GetSelectedRepo ¶ added in v0.1.3
GetSelectedRepo returns the currently selected repo
func (Model) GetSortModeName ¶ added in v0.1.3
GetSortModeName returns the display name of current sort mode
type PanelType ¶ added in v1.0.0
type PanelType int
PanelType represents which panel is currently active
Click to show internal directories.
Click to hide internal directories.