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

4
bin/omakub Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
SUB=$(gum choose "Help" "Theme" "Font" "Install" | tr '[:upper:]' '[:lower:]')
source $OMAKUB_PATH/bin/omakub-$SUB

0
bin/omakub-font Executable file → Normal file
View File

3
bin/omakub-help Executable file → Normal file
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

0
bin/omakub-install Executable file → Normal file
View File

0
bin/omakub-theme Executable file → Normal file
View File