tui

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2026 License: MIT Imports: 25 Imported by: 0

Documentation

Overview

Package tui is the full-screen terminal interface: three panes, live updates.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, st *store.Store, th theme.Theme, about About, captureContent bool) error

Run starts the TUI and blocks until quit or ctx cancellation.

Types

type About

type About struct {
	Version  string
	DBPath   string
	OTLP     string // endpoint accepting traces, empty when none bound
	OTLPErr  string // why nothing bound, or which transport was lost
	Watching string // session directory being tailed, empty when none
}

About is what this process can tell the user about itself: the build, where it is writing, and which ways in are actually open. The empty state is built from it, so someone who just installed capybara is told what to do next.

Jump to

Keyboard shortcuts

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