diff --git a/.config/getkeys/calcurse b/.config/getkeys/calcurse deleted file mode 100644 index a20e624..0000000 --- a/.config/getkeys/calcurse +++ /dev/null @@ -1,10 +0,0 @@ - _ - ___ __ _| | ___ _ _ _ __ ___ ___ - / __/ _` | |/ __| | | | '__/ __|/ _ \ -| (_| (_| | | (__| |_| | | \__ \ __/ - \___\__,_|_|\___|\__,_|_| |___/\___| - -calcurse is the calendar and schedule manager. - tab - Switch from calendar to todo to appointments - h/j/k/l - Move left/down/up/right - Most other bindings are listed in the program. diff --git a/.config/getkeys/mutt b/.config/getkeys/mutt deleted file mode 100644 index 41069ff..0000000 --- a/.config/getkeys/mutt +++ /dev/null @@ -1,34 +0,0 @@ - _ _ - _ __ ___ _ _| |_| |_ -| '_ ` _ \| | | | __| __| -| | | | | | |_| | |_| |_ -|_| |_| |_|\__,_|\__|\__| - -mutt is the email client. - j/k - Move down/up - d/u - Move down/up half page - gg - Move to top - v - View/download attachments - G - Move to last message - r - Reply - R - Reply all - S - Sync/save mailbox changes - D - Mark message for deletion - U - Unmark message for deletion - ctrl-u - Seek urls - ,, - Seek urls - ctrl-f - Search mail indexed with notmuch - ctrl-r - Mark all as read - l - Limit mail - o - Run quick sync with offlineimap - O - Run full sync with offlineimap - C - Copy a message to another mailbox - M - Move a message to another mailbox - B - Hide/reveal sidebar - ctrl-j/k - Move down/up on sidebar - ctrl-o - Open box selected in sidebar - gi - Go to inbox - gs - Go to sent mail - gd - Go to drafts - gS - Go to spam - i# - Go to a different account (# is the number of the account) diff --git a/.config/getkeys/ncmpcpp b/.config/getkeys/ncmpcpp deleted file mode 100644 index 75cdf26..0000000 --- a/.config/getkeys/ncmpcpp +++ /dev/null @@ -1,21 +0,0 @@ - - _ __ ___ _ __ ___ _ __ ___ _ __ _ __ -| '_ \ / __| '_ ` _ \| '_ \ / __| '_ \| '_ \ -| | | | (__| | | | | | |_) | (__| |_) | |_) | -|_| |_|\___|_| |_| |_| .__/ \___| .__/| .__/ - |_| |_| |_| - -ncmpcpp is the music player. - h/j/k/l - Move left/down/up/right - d/u - Down/up page - a - Add song(s) to playlist - c - Clear playlist - g - Go to top - G - Go to bottom - p - Pause - m - Media library - f - Music sorted by directory structure - t - Tag editor - s - Search - v - Visualizer - P - Playlist diff --git a/.config/getkeys/newsboat b/.config/getkeys/newsboat deleted file mode 100644 index b6953b3..0000000 --- a/.config/getkeys/newsboat +++ /dev/null @@ -1,22 +0,0 @@ - _ _ - _ __ _____ _____| |__ ___ __ _| |_ -| '_ \ / _ \ \ /\ / / __| '_ \ / _ \ / _` | __| -| | | | __/\ V V /\__ \ |_) | (_) | (_| | |_ -|_| |_|\___| \_/\_/ |___/_.__/ \___/ \__,_|\__| - -newsboat is the RSS reader. - j/k - Move down/up - l - Open entry - h/q - Back/quit - Q - Quit immediately - J/K - Previous/next feed - n - Next unread - N - Previous unread - a - Toggle article read/unread - A - Mark all as read - U - Show all URLs - ,, - Open main link with linkhandler - ,p - Pick which program to open link with - ,v - Open video link in mpv - ,w - Open link in w3m - ,c - Copy link to clipboard diff --git a/.config/getkeys/sxiv b/.config/getkeys/sxiv deleted file mode 100644 index df5cb1e..0000000 --- a/.config/getkeys/sxiv +++ /dev/null @@ -1,15 +0,0 @@ - _ - _____ _(_)_ __ -/ __\ \/ / \ \ / / -\__ \> <| |\ V / -|___/_/\_\_| \_/ -sxiv is the image viewer. - h/j/k/l - Pan image - -/+ - Zoom out/in - Enter - Toggle thumbnail mode - f - Fullscreen - n/p - Previous/next image in list/directory - r - Reload image if changed - m - Mark/unmark image - w - Zoom to fit window - ctrl-x - Run external command (see ~/.config/sxiv/exec/key-handler for options) diff --git a/.config/getkeys/zathura b/.config/getkeys/zathura deleted file mode 100644 index 8fa1ec8..0000000 --- a/.config/getkeys/zathura +++ /dev/null @@ -1,19 +0,0 @@ - _ _ - ______ _| |_| |__ _ _ _ __ __ _ -|_ / _` | __| '_ \| | | | '__/ _` | - / / (_| | |_| | | | |_| | | | (_| | -/___\__,_|\__|_| |_|\__,_|_| \__,_| - -zathura is the pdf/djvu reader. - h/j/k/l - Move left/down/up/right in document - d/u - Down/up a half page - gg - Top of document - G - Bottom of document - f - Highlight URLS to follow - J/K - Zoom out/in - s - Zoom to fit width - a - Zoom to fit height - r - Reload document if changed - R - Rotate document - D - Toggle dual-page mode - p - Print document diff --git a/.local/bin/getkeys b/.local/bin/getkeys deleted file mode 100755 index 444f4c0..0000000 --- a/.local/bin/getkeys +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -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