From 66169a18052c082543b4d924cc7f478ca50fe2ff Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 3 Mar 2025 23:40:34 +0100 Subject: [PATCH] cheatsheets: add launcher script --- dot-local/bin/cheatsheet | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 -- 2.51.2