master
Ceryn 2014-02-14 00:20:24 +01:00
parent 193a53fdbc
commit c50545ae0b
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -1,5 +1,5 @@
img : Minimalistic screenshot uploader for Linux
img is a minimalistic bash script that uploads a screen selection to imgur. On success, it copies the image link to the clipboard and sounds a bell. On failure, it writes the curl output to /tmp/, where the image is also stored.
img is a minimalistic bash script that uploads a screen selection to imgur. On success, it copies the image link to the clipboard and sounds a bell. On failure, it writes the curl output to /tmp/, where the image is also stored. img produces no output.
img depends on scrot and xclip.
img depends on scrot, curl and xclip.