add alias for running tesseract-ocr on latest screenshot

This commit is contained in:
xfnw 2022-09-24 16:42:16 -04:00
parent b17e5f54e5
commit 195da3cb4c

1
.zshrc
View File

@ -37,6 +37,7 @@ alias sshemacs="ssh -R ~/.sshemacs:${XDG_RUNTIME_DIR:-/run/user/$(id -u)}/emacs/
alias cch="cppcheck --enable=all --suppress=missingIncludeSystem ." alias cch="cppcheck --enable=all --suppress=missingIncludeSystem ."
alias after="at now +" alias after="at now +"
alias m='eval $(xdotool getmouselocation --shell)' alias m='eval $(xdotool getmouselocation --shell)'
alias tess='tesseract ~/Pictures/scrot/$(ls -t ~/Pictures/scrot | head -n1) -'
alias ncdu='ncdu --color off' alias ncdu='ncdu --color off'
alias sydi="sudo" alias sydi="sudo"