From: Andre Ramnitz Date: Mon, 3 Mar 2025 22:40:34 +0000 (+0100) Subject: cheatsheets: add launcher script X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=66169a18052c082543b4d924cc7f478ca50fe2ff;p=dotfiles.git cheatsheets: add launcher script --- diff --git a/dot-local/bin/cheatsheet b/dot-local/bin/cheatsheet index 7bb6565e..c2c10bba 100755 --- a/dot-local/bin/cheatsheet +++ b/dot-local/bin/cheatsheet @@ -2,10 +2,19 @@ case "$1" in bash) - bat ~/dotfiles/banner-bash.asc + bat ~/dotfiles/cheatsheet-bash.txt + ;; + git) + bat ~/dotfiles/cheatsheet-git.txt + ;; + gentoo) + bat ~/dotfiles/cheatsheet-gentoo.txt + ;; + kak) + bat ~/dotfiles/cheatsheet-kak.md ;; *) - bat ~/dotfiles/banner.asc + echo "Usage: select one of 'bash|gentoo|git|kak'" ;; esac