diff options
Diffstat (limited to 'dotfiles/scripts')
-rwxr-xr-x | dotfiles/scripts/cheatv | 5 |
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 |