package tui
import "git.sr.ht/~xn/miniflux-cli/tui"
Index ¶
- func LoadData() error
- func Run(storageController storage.Store) error
- func SetColors(colors config.Colors)
- func SetElements(elements config.Elements)
- func SetHotkeys(keys config.Hotkeys)
- func SetStatus(text string)
- func ToggleEntries(toggleStatus bool) error
Functions ¶
func LoadData ¶
func LoadData() error
LoadData - load data from db
func Run ¶
Run - fill TUI app with content and run it
func SetColors ¶
Set TUI colors
func SetElements ¶
SetElements that should be enabled/disabled
func SetHotkeys ¶
SetHotkeys from config
func SetStatus ¶
func SetStatus(text string)
SetStatus text to statusbar
func ToggleEntries ¶
ToggleEntries - show entries of different status
Source Files ¶
customization.go handlers.go tui.go
- Version
- v0.99.3 (latest)
- Published
- Apr 29, 2021
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 1 week ago –
Tools for package owners.