From 6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Tue, 18 Aug 2015 02:38:33 +0200 Subject: Organise everything systematically. --- config/ratpoison/imgur | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 config/ratpoison/imgur (limited to 'config/ratpoison/imgur') diff --git a/config/ratpoison/imgur b/config/ratpoison/imgur deleted file mode 100755 index 59e4199..0000000 --- a/config/ratpoison/imgur +++ /dev/null @@ -1,8 +0,0 @@ -#!/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