Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitialModel ¶
func InitialModel() (model, error)
Types ¶
type CommitLog ¶
type CommitLog struct {
Year int
YearDay int
Commits [][]types.Commit
Authors []string
Repos []string
Table table.Model
}
func NewCommitLog ¶
type SelectionMsg ¶
type SelectionMsg struct {
IsSelected bool
}
type Settings ¶
type Settings struct {
AllAuthors selectablelist
SelectedAuthors []string
AllRepos selectablelist
SelectedRepos []string
AuthorList list.Model
RepoList list.Model
// contains filtered or unexported fields
}
func NewSettings ¶
type SettingsCursor ¶
type SettingsCursor int
Click to show internal directories.
Click to hide internal directories.