Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKeybinding ¶
NewKeybinding is a simple constructor that creates a key.Binding from provided strokes and help input.
func ScreenDimensions ¶
ScreenDimensions returns the terminal width and height, constrained to `80 <= x <= 120`
Types ¶
type CliCommand ¶
type CliCommand interface { // Action satisfies Action(ctx *cli.Context) error }
CliCommand exports an Action func that can be run in the tui.
Click to show internal directories.
Click to hide internal directories.