Documentation
¶
Index ¶
Constants ¶
View Source
const KeyBack = "esc"
KeyBack is the canonical key for "go back / close this view".
View Source
const KeyQuit = "ctrl+q"
KeyQuit is the canonical key for "quit the application".
Variables ¶
View Source
var EditionLabel = "Community Edition"
EditionLabel is rendered below the logo. Override in init() to customise.
View Source
var Style = lipgloss.NewStyle(). Padding(0, 0). Faint(true)
Functions ¶
func SetEditionLabel ¶
func SetEditionLabel(label string)
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) WithGlobalHelp ¶
func (*Model) WithViewHelp ¶
Click to show internal directories.
Click to hide internal directories.