Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the main application model.
func New ¶
func New(repo *git.Repository, cfg *config.Config, tokens theme.Tokens, logger *cmdlog.Logger) Model
New creates a new application model.
func (*Model) StartWatcher ¶
StartWatcher begins file watching. Call after the tea.Program is created so that program.Send can be passed as the callback.
Click to show internal directories.
Click to hide internal directories.