Python command line tool to store and spit out giff urls. You can use it for any url ... I guess.
Run this on the command line
pip install sqlite3dbm
Put the giffer file in your $PATH Enjoy!
Adding an image:
giffer some_key http://some_value.com
Getting an image:
giffer some_key
It'll be copied to your clipboard
This is tested on OSX only.