5 lines
126 B
Bash
5 lines
126 B
Bash
#!/bin/bash
|
|
|
|
HELP=$(gum choose "Hotkeys" "Commands" "Tactile" | tr '[:upper:]' '[:lower:]')
|
|
batcat $OMAKUB_PATH/help/$HELP.md
|