From 51e010037575710aeadd6905e00239a8357582ae Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 8 Jul 2018 09:08:07 -0400 Subject: getkeys script/system added --- .scripts/getkeys | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 .scripts/getkeys (limited to '.scripts/getkeys') diff --git a/.scripts/getkeys b/.scripts/getkeys new file mode 100755 index 0000000..9cef862 --- /dev/null +++ b/.scripts/getkeys @@ -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 -- cgit v1.3.1