You are not logged in.
Pages: 1
Also testcase to upload to imgur with phototonic
#!/bin/bash
notify-send -u low -t 2000 "Uploading $1"
THUMB="$(curl -X POST "https://api.imgur.com/3/upload" -F "image=@\"$1\"" | jq ".data.link" -r)"
notify-send -u low -t 2000 "Uploading $2"
IMAGE="$(curl -X POST "https://api.imgur.com/3/upload" -F "image=@\"$2\"" | jq ".data.link" -r)"
notify-send -u low -t 2000 "[url=$IMAGE][img]$THUMB[/img][/url]"
printf "[url=$IMAGE][img]$THUMB[/img][/url]" | xsel -ib
Offline
Fk me - I'll admit I didn't get it until you made the "irish" comment. Especially subtle with the "shamful".
Offline
@twelveeighty you're not alone.
When I first saw the image I wasn't sure if it was meant to be some kind of "support our troops" logo, because the first one looks a lot like the Iron Cross used by the German armed forces, lol.
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
You could propose the colors for the next generation of Flecktarn…
(I had a version with rounder leafs but the arch logo became unrecognizable)
Offline
Pages: 1