From d923956d4866beb5093c89e0c1a4f54a9c37070f Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Tue, 18 Aug 2015 01:39:43 +0200 Subject: major fixes and rearrangement --- config/ratpoison/imgur | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 config/ratpoison/imgur (limited to 'config/ratpoison/imgur') diff --git a/config/ratpoison/imgur b/config/ratpoison/imgur new file mode 100755 index 0000000..59e4199 --- /dev/null +++ b/config/ratpoison/imgur @@ -0,0 +1,8 @@ +#!/bin/bash +function uploadImage { + curl -s -F "image=@$1" -F "key=486690f872c678126a2c09a9e196ce1b" https://imgur.com/api/upload.xml | grep -E -o "(.)*" | grep -E -o "http://i.imgur.com/[^<]*" +} + +scrot ~/Pictures/scrot.png +uploadImage ~/Pictures/scrot.png | perl -pe chomp | xclip +notify-send "Image uploaded, link in selection" -- cgit v1.2.3-54-g00ecf