diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-24 20:20:08 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-24 20:20:08 +0530 |
commit | 24045012e69eb4d72b7a4344bca515e53412bba0 (patch) | |
tree | 5277c330f3b442bd8d09fad2e83b815038a24c6a /.scripts/macli-keys | |
parent | f300ba9a9302e70dcc72523639aecc1e04feec53 (diff) |
added playerctl keybindings
Diffstat (limited to '.scripts/macli-keys')
-rwxr-xr-x | .scripts/macli-keys | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.scripts/macli-keys b/.scripts/macli-keys new file mode 100755 index 0000000..4122c91 --- /dev/null +++ b/.scripts/macli-keys @@ -0,0 +1,6 @@ +#!/bin/sh + +choice="great teacher onizuka" + +notify-send "macli" "$(macli episodes -S 1 -s +1 $choice | sed -e 's/\x1b\[[0-9;]*m//g')" + |