Documentation ¶ Index ¶ type Model func NewModel(ctx context.Context, cfg *config.Value, b *browser.Api, p *player.Player) *Model func (m *Model) Init() tea.Cmd func (m *Model) Quit() func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ added in v0.3.3 type Model struct { Progr *tea.Program // contains filtered or unexported fields } func NewModel ¶ added in v0.3.3 func NewModel(ctx context.Context, cfg *config.Value, b *browser.Api, p *player.Player) *Model func (*Model) Init ¶ added in v0.3.3 func (m *Model) Init() tea.Cmd func (*Model) Quit ¶ added in v0.3.3 func (m *Model) Quit() func (*Model) Update ¶ added in v0.3.3 func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ added in v0.3.3 func (m Model) View() string Source Files ¶ View all Source files commands.go delegate.go info.go list_keymap.go messages.go model.go search.go tab.go tab_browse.go tab_favorites.go tab_history.go tab_settings.go Directories ¶ Show internal Expand all Path Synopsis components styles Click to show internal directories. Click to hide internal directories.