5 lines
198 B
Bash
5 lines
198 B
Bash
#!/bin/bash
|
|
|
|
HELP=$(gum choose "Hotkeys" "Commands" "Tactile" --header "What do you need help with?" --height 5 | tr '[:upper:]' '[:lower:]')
|
|
[ -n "$HELP" ] && gum pager <$OMAKUB_PATH/help/$HELP.md
|