diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-08 00:14:58 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-08 00:14:58 -0500 |
| commit | 68ba026b24a8cff2ae425ba3a482e367bdb68dd5 (patch) | |
| tree | 135bb2bc5823d77a838710e04b211c62029884d2 | |
| parent | cd839cb0d18246b8d0cc8fd70e82733ae4e79fff (diff) | |
| download | eibhear-68ba026b24a8cff2ae425ba3a482e367bdb68dd5.tar.gz eibhear-68ba026b24a8cff2ae425ba3a482e367bdb68dd5.tar.zst eibhear-68ba026b24a8cff2ae425ba3a482e367bdb68dd5.zip | |
getkeys moved from PATH
| -rw-r--r-- | .config/getkeys/calcurse (renamed from .scripts/.getkeys/calcurse) | 0 | ||||
| -rw-r--r-- | .config/getkeys/i3 (renamed from .scripts/.getkeys/i3) | 0 | ||||
| -rw-r--r-- | .config/getkeys/i3keysguide (renamed from .scripts/.getkeys/i3keysguide) | 0 | ||||
| -rw-r--r-- | .config/getkeys/mutt (renamed from .scripts/.getkeys/mutt) | 0 | ||||
| -rw-r--r-- | .config/getkeys/ncmpcpp (renamed from .scripts/.getkeys/ncmpcpp) | 0 | ||||
| -rw-r--r-- | .config/getkeys/newsboat (renamed from .scripts/.getkeys/newsboat) | 0 | ||||
| -rw-r--r-- | .config/getkeys/ranger (renamed from .scripts/.getkeys/ranger) | 0 | ||||
| -rw-r--r-- | .config/getkeys/zathura (renamed from .scripts/.getkeys/zathura) | 0 | ||||
| -rw-r--r-- | .scripts/.getkeys/feh | 14 | ||||
| -rwxr-xr-x | .scripts/tools/getkeys | 7 |
10 files changed, 3 insertions, 18 deletions
diff --git a/.scripts/.getkeys/calcurse b/.config/getkeys/calcurse index a20e624..a20e624 100644 --- a/.scripts/.getkeys/calcurse +++ b/.config/getkeys/calcurse diff --git a/.scripts/.getkeys/i3 b/.config/getkeys/i3 index 82be77d..82be77d 100644 --- a/.scripts/.getkeys/i3 +++ b/.config/getkeys/i3 diff --git a/.scripts/.getkeys/i3keysguide b/.config/getkeys/i3keysguide index d2d49a1..d2d49a1 100644 --- a/.scripts/.getkeys/i3keysguide +++ b/.config/getkeys/i3keysguide diff --git a/.scripts/.getkeys/mutt b/.config/getkeys/mutt index 41069ff..41069ff 100644 --- a/.scripts/.getkeys/mutt +++ b/.config/getkeys/mutt diff --git a/.scripts/.getkeys/ncmpcpp b/.config/getkeys/ncmpcpp index 75cdf26..75cdf26 100644 --- a/.scripts/.getkeys/ncmpcpp +++ b/.config/getkeys/ncmpcpp diff --git a/.scripts/.getkeys/newsboat b/.config/getkeys/newsboat index b6953b3..b6953b3 100644 --- a/.scripts/.getkeys/newsboat +++ b/.config/getkeys/newsboat diff --git a/.scripts/.getkeys/ranger b/.config/getkeys/ranger index bcf784b..bcf784b 100644 --- a/.scripts/.getkeys/ranger +++ b/.config/getkeys/ranger diff --git a/.scripts/.getkeys/zathura b/.config/getkeys/zathura index 8fa1ec8..8fa1ec8 100644 --- a/.scripts/.getkeys/zathura +++ b/.config/getkeys/zathura diff --git a/.scripts/.getkeys/feh b/.scripts/.getkeys/feh deleted file mode 100644 index ac7f627..0000000 --- a/.scripts/.getkeys/feh +++ /dev/null @@ -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 diff --git a/.scripts/tools/getkeys b/.scripts/tools/getkeys index 928e435..444f4c0 100755 --- a/.scripts/tools/getkeys +++ b/.scripts/tools/getkeys @@ -1,5 +1,4 @@ #!/bin/sh - -cat ~/.scripts/.getkeys/"$1" 2>/dev/null && exit -echo Run command with one of the following arguments for info about that program: -ls ~/.scripts/.getkeys +cat ~/.config/getkeys/"$1" 2>/dev/null && exit +echo "Run command with one of the following arguments for info about that program:" +ls ~/.config/getkeys |
