getkeys now more autistic

This commit is contained in:
Luke Smith 2018-09-04 14:27:06 -04:00
parent 7132b2ba87
commit 3dfe093417

View file

@ -1,12 +1,5 @@
#!/bin/sh #!/bin/sh
elsewhere() { echo Key mappings available for the following programs: cat ~/.scripts/.getkeys/"$1" 2>/dev/null && exit
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: echo Run command with one of the following arguments for info about that program:
ls ~/.scripts/.getkeys ls ~/.scripts/.getkeys
fi