aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/scripts/cheatv
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/scripts/cheatv')
-rwxr-xr-xdotfiles/scripts/cheatv5
1 files changed, 5 insertions, 0 deletions
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