Documentation
¶
Overview ¶
Package match provides an interactive TUI for matching git authors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the TUI model for interactive author matching.
func (*Model) IsAutoMatch ¶
IsAutoMatch returns true if the match at index i was auto-suggested.
func (*Model) Matches ¶
func (m *Model) Matches() []authors.AuthorGroup
Matches returns the created matches from the session.
Click to show internal directories.
Click to hide internal directories.