Documentation
¶
Overview ¶
Package tui implements the snix terminal UI: a Bubble Tea application that exposes every CLI capability (profile management, scanning, running the bypass engine, settings, help) in a single interactive interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App is the Bubble Tea root model.
type Options ¶
type Options struct {
// Version string surfaced on the About screen.
Version string
// ExePath is the path to the snix binary the Run screen will spawn
// for start/stop.
ExePath string
// ConfigPath is the path the TUI loads/edits.
ConfigPath string
}
Options configure the TUI launch.
Click to show internal directories.
Click to hide internal directories.