summaryrefslogtreecommitdiffstats
path: root/.scripts/getkeys
blob: b28af202bc867f73a04215680a1a456a7086a70f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

elsewhere() { echo Key mappings available for the following programs:
ls ~/.larbs
echo Run \`getkeys\` followed by a program name to get bindings ;}

if [[ -f ~/.scripts/.getkeys/$1 ]]; then
cat ~/.scripts/.getkeys/$1
else
echo Run command with one of the following arguments for info about that program:
ls ~/.scripts/.getkeys
fi