From feadbf8d47e44a9d29da05249ba65bbd01a54974 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 17 May 2023 03:50:02 -0700 Subject: [PATCH] Added copy-screen-text.sh --- copy-screen-text.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 copy-screen-text.sh 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