diff --git a/copy-screen-text.sh b/copy-screen-text.sh new file mode 100755 index 0000000..5b3728b --- /dev/null +++ b/copy-screen-text.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env zsh +maim -k -s -f png | tesseract stdin stdout -l eng | xclip -selection clipboard