Created
October 25, 2011 02:46
-
-
Save siyo/1311160 to your computer and use it in GitHub Desktop.
複数行コピーしたときでもtweetできるearthquake.gem plugin (OS X only)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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