studio

package
v0.35.0 Latest Latest
Warning

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

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

Documentation

Overview

Package studio implements the fcheap studio TUI for browsing, searching, and acting on stashes -- a themed, responsive Bubble Tea (v2) interface.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(stashDir, vecgrepPath string, emb analyze.EmbedderSettings) error

Run starts the studio TUI. It requires an interactive terminal.

stashDir is the root directory holding stashes; vecgrepPath is the optional path to a vecgrep binary used for semantic search; emb configures the optional embedder for semantic/hybrid search (may be empty for BM25-only).

Types

type Model

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

Model is the studio TUI state.

func NewModel

func NewModel(ctx context.Context, stashDir, vecgrepPath string, emb analyze.EmbedderSettings) Model

NewModel constructs the initial studio model.

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() tea.View

Jump to

Keyboard shortcuts

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