voidrice/.scripts/getkeys
2018-08-04 14:16:03 -04:00

12 lines
342 B
Bash
Executable file

#!/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