Documentation
¶
Index ¶
- Constants
- func EntryPoint(parent *cli.Command)
- func ParseEntryPoint(parent *cli.Command)
- func ReadKittyColorSettings() map[string]string
- type CachedData
- type Line
- type State
- type ThemesList
- func (self *ThemesList) CurrentTheme() *themes.Theme
- func (self *ThemesList) Len() int
- func (self *ThemesList) Lines(num_rows int) []Line
- func (self *ThemesList) Next(delta int, allow_wrapping bool) bool
- func (self *ThemesList) UpdateSearch(query string) bool
- func (self *ThemesList) UpdateThemes(themes *themes.Themes)
Constants ¶
View Source
const SEPARATOR = "║"
Variables ¶
This section is empty.
Functions ¶
func EntryPoint ¶
func ParseEntryPoint ¶
func ReadKittyColorSettings ¶
Types ¶
type CachedData ¶
type ThemesList ¶
type ThemesList struct {
// contains filtered or unexported fields
}
func (*ThemesList) CurrentTheme ¶
func (self *ThemesList) CurrentTheme() *themes.Theme
func (*ThemesList) Len ¶
func (self *ThemesList) Len() int
func (*ThemesList) Lines ¶
func (self *ThemesList) Lines(num_rows int) []Line
func (*ThemesList) UpdateSearch ¶
func (self *ThemesList) UpdateSearch(query string) bool
func (*ThemesList) UpdateThemes ¶
func (self *ThemesList) UpdateThemes(themes *themes.Themes)
Click to show internal directories.
Click to hide internal directories.