themes

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2024 License: GPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const SEPARATOR = "║"

Variables

This section is empty.

Functions

func EntryPoint

func EntryPoint(parent *cli.Command)

func ParseEntryPoint

func ParseEntryPoint(parent *cli.Command)

func ReadKittyColorSettings

func ReadKittyColorSettings() map[string]string

Types

type CachedData

type CachedData struct {
	Recent   []string `json:"recent"`
	Category string   `json:"category"`
}

type Line

type Line struct {
	// contains filtered or unexported fields
}

type State

type State int
const (
	FETCHING State = iota
	BROWSING
	SEARCHING
	ACCEPTING
)

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) Next

func (self *ThemesList) Next(delta int, allow_wrapping bool) bool

func (*ThemesList) UpdateSearch

func (self *ThemesList) UpdateSearch(query string) bool

func (*ThemesList) UpdateThemes

func (self *ThemesList) UpdateThemes(themes *themes.Themes)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL