app

package
v0.0.0-...-f07ee0b Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: MIT Imports: 26 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() string

View puts the whole TUI together, laid out like this:

(Left Panel)                (Right Panel)

┌────────────────┬────────────────────────────────────────┐ │ Controls │ Display │ │ ├────────────────────────────────────────┤ │ │ Viewer │ │ │ │ ├────────────────┴────────────────────────────────────────┤ │ Help │ └─────────────────────────────────────────────────────────┘

type State

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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