app

package
v0.0.0-...-7e82324 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2026 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfirmAction

type ConfirmAction int
const (
	ConfirmNone ConfirmAction = iota
	ConfirmDelete
	ConfirmRestore
	ConfirmEmptyTrash
	ConfirmPermanentDelete
)

type Mode

type Mode int
const (
	ModeNormal Mode = iota
	ModeSearch
	ModeDeepSearch
	ModeRename
	ModeConfirm
	ModeReassign
)

type Model

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

func NewModel

func NewModel(sessions []claude.Session) Model

func (Model) Init

func (m Model) Init() tea.Cmd

func (Model) Update

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

func (Model) View

func (m Model) View() string

type Tab

type Tab int
const (
	TabSessions Tab = iota
	TabTrash
)

Jump to

Keyboard shortcuts

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