sunhat/bin/omakub-help
David Heinemeier Hansson c5a4b8182a Nicer headers
2024-06-03 20:14:31 -07:00

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