Documentation ¶ Index ¶ type Browser func New(cfg *config.Config, width, height int, files []*snips.File, theme color.Color) Browser func (bwsr Browser) Init() tea.Cmd func (bwsr Browser) IsCapturing() bool func (bwsr Browser) Keys() help.KeyMap func (bwsr Browser) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (bwsr Browser) View() tea.View Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Browser ¶ type Browser struct { // contains filtered or unexported fields } func New ¶ func New(cfg *config.Config, width, height int, files []*snips.File, theme color.Color) Browser func (Browser) Init ¶ func (bwsr Browser) Init() tea.Cmd func (Browser) IsCapturing ¶ added in v0.12.0 func (bwsr Browser) IsCapturing() bool func (Browser) Keys ¶ func (bwsr Browser) Keys() help.KeyMap func (Browser) Update ¶ func (bwsr Browser) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Browser) View ¶ func (bwsr Browser) View() tea.View Source Files ¶ View all Source files browser.godelegate.gokeys.go Click to show internal directories. Click to hide internal directories.