ui

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package ui provides the bubbletea TUI for recon-x.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DoneMsg

type DoneMsg struct{}

type ItemMsg

type ItemMsg struct {
	Icon string
	Text string
}

type Model

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

Model is the bubbletea model for the recon-x TUI.

func New

func New(target string) Model

New creates a new TUI model for the given target.

func (Model) Init

func (m Model) Init() tea.Cmd

func (Model) Update

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

func (Model) View

func (m Model) View() string

type StepDoneMsg

type StepDoneMsg struct {
	Step  int
	Count int
}

type StepStartMsg

type StepStartMsg int

Jump to

Keyboard shortcuts

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