Skip to content

Instantly share code, notes, and snippets.

@siyo
Created October 25, 2011 02:46
Show Gist options
  • Save siyo/1311160 to your computer and use it in GitHub Desktop.
Save siyo/1311160 to your computer and use it in GitHub Desktop.
複数行コピーしたときでもtweetできるearthquake.gem plugin (OS X only)
# -*- coding: utf-8 -*-
# OS X only
#
Earthquake.init do
command :paste do
s = `pbpaste`
twitter.update(s) if confirm(s,:n)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment