# Functions
NewCmdBuff returns a new command buffer.
NewExpBackOff returns a new exponential backoff timer.
NewFishBuff returns a new command buffer.
NewFlash returns a new instance.
NewHint return new hint model.
NewHistory returns a new instance.
NewMyTable returns a new table model.
NewSemVer returns a new semantic version.
NewSilentStack returns a new initialized stack.
NewStack returns a new initialized stack.
NewText returns a new model.
NormalizeVersion ensures the version starts with a v.
Truncate a string to the given l and suffix ellipsis if needed.
# Constants
CommandBuffer represents a command buffer.
DefaultFlashDelay sets the flash clear delay.
FilterBuffer represents a filter buffer.
FlashErr represents an error message.
FlashInfo represents an info message.
FlashWarn represents an warning message.
No description provided by the author
MaxHistory tracks max command history.
No description provided by the author
StackPop denotes a delete on the stack.
StackPush denotes an add on the stack.
# Variables
Registry tracks resources metadata.
# Structs
No description provided by the author
CmdBuff represents user command input.
FishBuff represents a suggestion buffer.
Flash represents a flash message model.
Hint represent a hint model.
History represents a command history.
LevelMessage tracks an message and severity.
MenuHint represents keyboard mnemonic.
MyTable represents a table model.
ResourceMeta represents model info about a resource.
SemVer represents a semantic version.
SilentStack represents a stacks of components.
Stack represents a stacks of components.
StackEvent represents an operation on a view stack.
Text represents a text model.
# Interfaces
No description provided by the author
Commander tracks prompt status.
Component represents a ui component.
Filterable represents an entity that can be filtered.
FlashListener represents a text model listener.
Hinter represent a menu mnemonic provider.
HintListener represents a menu hints listener.
Igniter represents a runnable view.
Primitive represents a UI primitive.
Renderer represents a resource renderer.
ResourceViewer represents a viewed resource.
ResourceViewerListener listens to viewing resource events.
StackListener represents a stack listener.
SuggestionListener listens for suggestions.
TableListener represents a table model listener.
Textable represents a text resource.
TextListener represents a text model listener.
TreeRenderer represents an xray node.
# Type aliases
No description provided by the author
FlashLevel represents flash message severity.
MenuHints represents a collection of hints.
StackAction represents an action on the stack.
SuggestionFunc produces suggestions.
ViewerToggleOpts represents a collection of viewing options.