Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PathColor = "[light_blue]"
View Source
var (
SpinnerStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("69"))
)
View Source
var TitleColor = "[magenta]"
Functions ¶
func TheEndMessage ¶
Types ¶
type ChoiceModel ¶
type ChoiceModel struct {
// contains filtered or unexported fields
}
func InitialChoiceModel ¶
func InitialChoiceModel(title string, choices []string) ChoiceModel
func (ChoiceModel) Init ¶
func (m ChoiceModel) Init() tea.Cmd
func (ChoiceModel) Picked ¶
func (m ChoiceModel) Picked() string
func (ChoiceModel) View ¶
func (m ChoiceModel) View() string
type ErrorMessage ¶
type ErrorMessage struct {
Error string
}
type InputModel ¶
func InitialInputModel ¶
func InitialInputModel(q string, ph string) InputModel
func (InputModel) Init ¶
func (m InputModel) Init() tea.Cmd
func (InputModel) View ¶
func (m InputModel) View() string
type MenuModel ¶
type MenuModel struct { Selected map[int]entity.GitFolder // which to-do items are Selected // contains filtered or unexported fields }
func InitialMenuModel ¶
type PrintMessage ¶
type PrintMessage struct {
Path string
}
type SpinnerModel ¶
type SpinnerModel struct { Spinner spinner.Model Text string Warns []string // contains filtered or unexported fields }
func (SpinnerModel) Init ¶
func (m SpinnerModel) Init() tea.Cmd
func (SpinnerModel) View ¶
func (m SpinnerModel) View() string
View renders the spinner and instructions
Click to show internal directories.
Click to hide internal directories.