Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestIncrement ¶ added in v0.1.0
func RequestMode ¶ added in v0.1.0
func RequestPause ¶ added in v0.1.0
func RequestResume ¶ added in v0.1.0
func RequestSubscribe ¶ added in v0.1.0
func RequestUnsubscribe ¶ added in v0.1.0
Types ¶
type AppMode ¶ added in v0.1.0
var ( ModeFollowing AppMode = AppMode{Label: "FOLLOWING", Bg: lipgloss.Color("#98c379"), Opts: []string{" ·p pause/continue", " ·g go to latest"}} ModeBrowsing AppMode = AppMode{Label: "BROWSING", Bg: lipgloss.Color("#98c378"), Opts: []string{" ·j next", " ·k previous", " ·r reload"}} ModePaused AppMode = AppMode{Label: "PAUSED", Bg: lipgloss.Color("#ff9640")} ModeGlobalCmd AppMode = AppMode{Label: "GLOBAL", Bg: lipgloss.Color("54"), Opts: []string{" ·f follow", "·b browse", "·besc exit mode"}} ModePromptActive AppMode = AppMode{Label: "INPUT (exit with ESC)", Bg: lipgloss.Color("54"), Opts: []string{"·besc exit input mode"}} )
Click to show internal directories.
Click to hide internal directories.