export

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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Direction

type Direction int
const (
	Down Direction = iota
	Up
)

type Model

type Model struct {
	Source      source.Model
	Destination destination.Model

	ShouldClose   bool
	ShouldUnfocus bool
	// contains filtered or unexported fields
}

func New

func New(w int) Model

func (Model) GetDestination

func (m Model) GetDestination() (path string)

func (Model) Init

func (m Model) Init() tea.Cmd

func (Model) Update

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

func (Model) View

func (m Model) View() string

type State

type State int
const (
	None State = iota
	Source
	Destination
	Process
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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