Documentation
¶
Index ¶
- Constants
- func ToConfig(cfg config.Config, ps map[string][]setting.Paner, th theme.Theme) config.Config
- type Model
- func (m *Model) CommitPaneSet()
- func (m *Model) Configure(state *commit.State)
- func (m *Model) GeneralPaneSet()
- func (m Model) Init() tea.Cmd
- func (m Model) Start() (*commit.Request, error)
- func (m *Model) ThemePaneSet()
- func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m Model) View() string
- func (m *Model) VisualPaneSet()
- type Models
Constants ¶
View Source
const ( KeyAmend = "å" KeyLoad = "¬" KeySignoff = "ß" KeyTheme = "†" KeyAuthor = "¡" KeyEmoji = "™" KeySummary = "£" KeyBody = "¢" KeyHelp = "˙" KeyOption = "ø" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Model ¶
type Model struct {
Request *commit.Request
Date time.Time
// contains filtered or unexported fields
}
func (*Model) CommitPaneSet ¶
func (m *Model) CommitPaneSet()
func (*Model) GeneralPaneSet ¶
func (m *Model) GeneralPaneSet()
func (*Model) ThemePaneSet ¶
func (m *Model) ThemePaneSet()
func (*Model) VisualPaneSet ¶
func (m *Model) VisualPaneSet()
Click to show internal directories.
Click to hide internal directories.