Use single routing bin

This commit is contained in:
David Heinemeier Hansson
2024-06-03 14:57:00 -07:00
parent 95dda8b1b0
commit 63b8d7733a
5 changed files with 6 additions and 1 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
SUB=$(gum choose "Help" "Theme" "Font" "Install" | tr '[:upper:]' '[:lower:]')
source $OMAKUB_PATH/bin/omakub-$SUB
Executable → Regular
View File
Executable → Regular
+2 -1
View File
@@ -1,3 +1,4 @@
#!/bin/bash
batcat ~/.local/share/omakub/help/hotkeys.md
HELP=$(gum choose "Hotkeys" "Commands" "Tactile" | tr '[:upper:]' '[:lower:]')
batcat $OMAKUB_PATH/help/$HELP.md
Executable → Regular
View File
Executable → Regular
View File