Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model represents the state of the TUI application.
func InitialModel ¶
InitialModel creates the starting model for the TUI, grouping branches.
func (Model) GetBranchesToDelete ¶
func (m Model) GetBranchesToDelete() []gitcmd.BranchToDelete
GetBranchesToDelete builds the list of actions based on current selections using original indices.
Click to show internal directories.
Click to hide internal directories.