getkeys script/system added

This commit is contained in:
Luke Smith
2018-07-08 09:08:07 -04:00
parent 199b9e5d63
commit 51e0100375
9 changed files with 176 additions and 0 deletions

12
.scripts/getkeys Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
elsewhere() { echo Key mappings available for the following programs:
ls ~/.larbs
echo Run \`larbs-keys\` followed by a program name to get bindings ;}
if [[ -f ~/.larbs/getkeys/$1 ]]; then
cat ~/.larbs/getkeys/$1
else
echo Run command with one of the following arguments for info about that program:
ls ~/.larbs/getkeys
fi