sunhat/bin/omakub-help

5 lines
198 B
Plaintext
Raw Normal View History

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