Documentation
¶
Index ¶
Constants ¶
View Source
const DIR = "."
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitModel ¶
type CommitModel struct {
// contains filtered or unexported fields
}
func GetCommitModel ¶
func GetCommitModel(prompt, prefix string) CommitModel
func (CommitModel) CommitCmd ¶
func (cm CommitModel) CommitCmd() tea.Cmd
func (CommitModel) Init ¶
func (cm CommitModel) Init() tea.Cmd
func (CommitModel) Message ¶
func (cm CommitModel) Message() string
func (CommitModel) Update ¶
func (cm CommitModel) Update(msg tea.Msg) (tea.Model, tea.Cmd)
func (CommitModel) View ¶
func (cm CommitModel) View() string
type PickModel ¶
type PickModel struct {
// contains filtered or unexported fields
}
func GetPickerModel ¶
func GetPickerModel() PickModel
Click to show internal directories.
Click to hide internal directories.