app

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2026 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ClipseTheme config.CustomTheme
)
View Source
var KeepEnabled = keepEnabled()

Functions

func NewPreview added in v0.1.0

func NewPreview() viewport.Model

Types

type Model added in v0.1.0

type Model struct {
	ExitCode int
	// contains filtered or unexported fields
}

func NewModel

func NewModel() Model

func (Model) Init added in v0.1.0

func (m Model) Init() tea.Cmd

func (Model) ListenRealTime added in v1.1.1

func (m Model) ListenRealTime(p *tea.Program)

func (Model) Update added in v0.1.0

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

func (Model) View added in v0.1.0

func (m Model) View() string

type ReRender added in v1.1.1

type ReRender struct{}

type SelectedItem added in v0.1.0

type SelectedItem struct {
	Index     int    // list index needed for deletion
	TimeStamp string // timestamp needed for deletion
	Value     string // full val needed for copy
	Pinned    bool   // pinned val needed to determine whether confirmation screen is needed
}

Jump to

Keyboard shortcuts

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