diff options
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')" + |