summaryrefslogtreecommitdiff
path: root/bin/guiscripts/imgclip
blob: eeac050c2fa6c1f7d60058da52c8c56d6c3fadf0 (plain)
1
2
3
4
5
#!/bin/sh
text="$(clipo | tesseract - stdout | sed '/^$/d')"
[ $? -gt 0 ] && exit 1
choice="$(printf -- "-\n%s" "$text" | commander -cl)"
[ "$choice" ] && printf "%s" "$text" | clipp