diff --git a/dot_local/bin/executable_tesseract-shot.sh b/dot_local/bin/executable_tesseract-shot.sh new file mode 100644 index 0000000..3f40081 --- /dev/null +++ b/dot_local/bin/executable_tesseract-shot.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +grim -g "$(slurp)" /tmp/grim.png && tesseract -l eng+jpn /tmp/grim.png - | wl-copy && wl-paste | xargs -I{} notify-send "Tesseract" "Copied '{}'"