getkeys now more autistic
This commit is contained in:
parent
7132b2ba87
commit
3dfe093417
1 changed files with 1 additions and 8 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue