From 58384dce1da1f8f77b3a3ae4d1546a2773b63fe2 Mon Sep 17 00:00:00 2001 From: cbreton Date: Thu, 9 Jan 2020 10:55:24 +0100 Subject: Add cheat commands and script for better view use clima bin in ~/bin. More info here: https://github.com/Canop/clima --- dotfiles/scripts/cheatv | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dotfiles/scripts/cheatv (limited to 'dotfiles/scripts/cheatv') diff --git a/dotfiles/scripts/cheatv b/dotfiles/scripts/cheatv new file mode 100755 index 0000000..b052dfe --- /dev/null +++ b/dotfiles/scripts/cheatv @@ -0,0 +1,5 @@ +#!/bin/bash + +cheat_path=$(cheat -l | grep $1 | awk '{print $2}') + +~/bin/clima -p $cheat_path -- cgit v1.2.1