Documentation ¶ Index ¶ type App func NewApp(cfg cfg.Cfg, selectedTheme colors.Theme, fsys afero.Fs) *App func (app *App) Init() tea.Cmd func (app *App) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (app *App) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type App ¶ type App struct { Navi *nav.Nav // contains filtered or unexported fields } This is the main model for the app. It does two jobs, acts like a message bus for the different components of the app, and composes the different UI components together. func NewApp ¶ func NewApp(cfg cfg.Cfg, selectedTheme colors.Theme, fsys afero.Fs) *App func (*App) Init ¶ func (app *App) Init() tea.Cmd func (*App) Update ¶ func (app *App) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (*App) View ¶ func (app *App) View() string Source Files ¶ View all Source files app.go clipboard.go files.go interfaces.go prompt.go rightPanel.go Click to show internal directories. Click to hide internal directories.