init
This commit is contained in:
commit
90f92d4c66
20 changed files with 425 additions and 0 deletions
6
bin/grab
Executable file
6
bin/grab
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
FILE=/tmp/`dbus-uuidgen`.png
|
||||
scrot -s $FILE
|
||||
tesseract $FILE - --dpi 150 | xclip -i
|
||||
rm $FILE
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue