sunhat/bin/omakub-help

5 lines
198 B
Plaintext
Raw Normal View History

2024-05-27 16:46:33 -07:00
#!/bin/bash
2024-06-03 20:14:31 -07:00
HELP=$(gum choose "Hotkeys" "Commands" "Tactile" --header "What do you need help with?" --height 5 | tr '[:upper:]' '[:lower:]')
2024-06-03 15:32:02 -07:00
[ -n "$HELP" ] && gum pager <$OMAKUB_PATH/help/$HELP.md