getkeys moved from PATH
This commit is contained in:
parent
cd839cb0d1
commit
68ba026b24
10 changed files with 3 additions and 18 deletions
|
@ -1,14 +0,0 @@
|
||||||
__ _
|
|
||||||
/ _| ___| |__
|
|
||||||
| |_ / _ \ '_ \
|
|
||||||
| _| __/ | | |
|
|
||||||
|_| \___|_| |_|
|
|
||||||
|
|
||||||
feh is the image viewer.
|
|
||||||
h/j/k/l - Pan image
|
|
||||||
J/K - Zoom out/in
|
|
||||||
f - Fullscreen
|
|
||||||
H/L - Previous/next image in list/directory
|
|
||||||
r - Reload image if changed
|
|
||||||
! - Zoom to fill window
|
|
||||||
w - Zoom to fit window
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
cat ~/.config/getkeys/"$1" 2>/dev/null && exit
|
||||||
cat ~/.scripts/.getkeys/"$1" 2>/dev/null && exit
|
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 ~/.config/getkeys
|
||||||
ls ~/.scripts/.getkeys
|
|
||||||
|
|
Loading…
Reference in a new issue