Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Defaults Defaults `yaml:"defaults"`
Keybindings Keybindings `yaml:"keybindings"`
}
type Defaults ¶
type Defaults struct {
Orgs []string `yaml:"orgs"`
RefreshIntervalMinutes int `yaml:"refreshIntervalMinutes"`
IgnoreProjects []string `yaml:"ignoreProjects"`
IgnoreOrgs []string `yaml:"ignoreOrgs"`
OnlyOrgs []string `yaml:"onlyOrgs"`
OnlyProjects []string `yaml:"onlyProjects"`
// Sources selects which backends to enable: "github", "local". Empty means
// auto-detect both (GitHub when gh is authenticated, local when the current
// repository has git-native issues).
Sources []string `yaml:"sources"`
}
type Keybindings ¶
type Keybindings struct {
OpenInBrowser string `yaml:"openInBrowser"`
OpenInGhDash string `yaml:"openInGhDash"`
Refresh string `yaml:"refresh"`
Help string `yaml:"help"`
Quit string `yaml:"quit"`
PrevView string `yaml:"prevView"`
NextView string `yaml:"nextView"`
Create string `yaml:"create"`
Comment string `yaml:"comment"`
ToggleState string `yaml:"toggleState"`
Move string `yaml:"move"`
Labels string `yaml:"labels"`
Assign string `yaml:"assign"`
Undo string `yaml:"undo"`
}
Click to show internal directories.
Click to hide internal directories.