gleamtea/help

A bubble: a help view that renders gleamtea/keybind bindings.

Types

An opaque help value.

pub type Help

Values

pub fn full(
  help: Help,
  groups: List(List(keybind.Binding)),
) -> String

Expanded help from groups (columns) of bindings, one line per binding.

pub fn new() -> Help

A help renderer with default styling.

pub fn short(
  help: Help,
  bindings: List(keybind.Binding),
) -> String

Compact one-line help from a flat list of bindings.

Search Document