Documentation ¶ Index ¶ type App func (x *App) Run(ctx context.Context) error type Border type Mode type Model func (x Model) Init() tea.Cmd func (x Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (x Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type App ¶ type App struct { Engine engine.Engine Format format.Format Log zerolog.Logger Out io.Writer Write bool SingleOpts engine.SingleOpts RangeOpts engine.RangeOpts } func (*App) Run ¶ func (x *App) Run(ctx context.Context) error type Border ¶ type Border struct { // contains filtered or unexported fields } type Mode ¶ type Mode int const ( Input Mode = iota Scroll ) type Model ¶ type Model struct { // contains filtered or unexported fields } func (Model) Init ¶ func (x Model) Init() tea.Cmd func (Model) Update ¶ func (x Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (x Model) View() string Source Files ¶ View all Source files fullscreen.go Directories ¶ Show internal Expand all Path Synopsis buffer manager results Click to show internal directories. Click to hide internal directories.