Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDelegate ¶
func NewDelegate() list.DefaultDelegate
Types ¶
type MaxExportQueueError ¶
type MaxExportQueueError struct {
// contains filtered or unexported fields
}
func (*MaxExportQueueError) Error ¶
func (r *MaxExportQueueError) Error() string
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (Model) View ¶
View puts the whole TUI together, laid out like this:
(Left Panel) (Right Panel)
┌────────────────┬────────────────────────────────────────┐ │ Controls │ Display │ │ ├────────────────────────────────────────┤ │ │ Viewer │ │ │ │ ├────────────────┴────────────────────────────────────────┤ │ Help │ └─────────────────────────────────────────────────────────┘
type OverwriteChoice ¶ added in v1.0.0
type OverwriteChoice int
const ( OverwriteUndecided OverwriteChoice = iota OverwriteYes OverwriteSkip OverwriteCancel )
type OverwriteFocus ¶ added in v1.0.0
type OverwriteFocus int
const ( OverwriteFocusOverwrite OverwriteFocus = iota OverwriteFocusSkip OverwriteFocusCancel OverwriteFocusApplyAll )
type OverwriteModal ¶ added in v1.0.0
type OverwriteModal struct {
// contains filtered or unexported fields
}
func (*OverwriteModal) Update ¶ added in v1.0.0
func (m *OverwriteModal) Update(msg tea.KeyMsg)
func (*OverwriteModal) View ¶ added in v1.0.0
func (m *OverwriteModal) View() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.