This is a simple script that allows you to choose an area that will be recorded into a 10s animated gif.
screencapture [dest-file]
| (require 's) | |
| (require 'request) | |
| (require 'seq) | |
| (require 'jabber) | |
| (defvar hipchat--user-info-for-completion nil) | |
| (defcustom hipchat-nickname "Full name" "Hipchat real name (see see https://hipchat.com/account/xmpp)." | |
| :type '(string) |
| # Credit http://stackoverflow.com/a/2514279 | |
| for branch in `git branch -r | grep -v HEAD`;do echo -e `git show --format="%ai %ar by %an" $branch | head -n 1` \\t$branch; done | sort -r |