5 comments

[ 2.4 ms ] story [ 17.6 ms ] thread
I see no reason to use this instead of defunkt's excellent gist gem[1]. Yours requires you to pass a file (or files) in, but sometimes you just want to paste whats on your clipboard or the output of a command. gist handles that.

[1] https://github.com/defunkt/gist

nice! it's a bit simpler than defunkt's gist gem, which I like. When I only want a snippet of code, I use the sublime gist package.
I'm digging the exception messages... really informative :D