app

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2026 License: MIT Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDelegate

func NewDelegate() list.DefaultDelegate

Types

type Foo

type Foo struct {
	Bar string
}

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 New

func New() Model

func (Model) Init

func (m Model) Init() tea.Cmd

func (Model) Update

func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (Model) View

func (m Model) View() tea.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

type State

type State int
const (
	Splash State = iota
	Main
	Browser
	Settings
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL