context

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProgramContext

type ProgramContext struct {
	Config               *config.Config
	TUICfg               *config.TUIConfig
	Store                store.Store
	Version              string
	ScreenWidth          int
	ScreenHeight         int
	MainContentWidth     int
	MainContentHeight    int
	Theme                theme.Theme
	Styles               common.CommonStyles
	View                 ViewType
	SidebarOpen          bool
	PreviewPosition      string
	DynamicPreviewWidth  int
	DynamicPreviewHeight int
	Keys                 keys.KeyMap
}

func NewContext

func NewContext(cfg *config.Config, s store.Store, ver string) *ProgramContext

type ViewType

type ViewType string
const (
	StarsView      ViewType = "stars"
	CategoriesView ViewType = "categories"
	TrendingView   ViewType = "trending"
	StatsView      ViewType = "stats"
)

Jump to

Keyboard shortcuts

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