Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App is the root Bubbletea model.
type CopyResultMsg ¶
type CopyResultMsg struct{ Err error }
CopyResultMsg is sent after a clipboard copy attempt.
type ExportResultMsg ¶ added in v0.2.2
ExportResultMsg is sent after an export completes.
type HistoryScanCompleteMsg ¶
type HistoryScanCompleteMsg struct{ Count int }
HistoryScanCompleteMsg is sent when history.jsonl scanning finishes.
type ImportReadyMsg ¶ added in v0.2.2
ImportReadyMsg is sent after reading an import bundle.
type ImportResultMsg ¶ added in v0.2.2
type ImportResultMsg struct {
Err error
Count int
Metas []*model.SessionMeta
}
ImportResultMsg is sent after placing imported sessions.
type ScanBatchMsg ¶
Messages from the scanner goroutine
type ScanCompleteMsg ¶
type ScanCompleteMsg struct{}
ScanCompleteMsg is sent when the background scan finishes.
type Styles ¶
type Styles struct {
TabBar lipgloss.Style
TabActive lipgloss.Style
TabInactive lipgloss.Style
StatusBar lipgloss.Style
Title lipgloss.Style
Subtitle lipgloss.Style
StatLabel lipgloss.Style
StatValue lipgloss.Style
Selected lipgloss.Style
ViewPort lipgloss.Style
}
Styles holds pre-built lipgloss styles.
Click to show internal directories.
Click to hide internal directories.