Skip to content

Instantly share code, notes, and snippets.

@jeffkreeftmeijer
Created November 26, 2009 15:38
Show Gist options
  • Save jeffkreeftmeijer/243517 to your computer and use it in GitHub Desktop.
Save jeffkreeftmeijer/243517 to your computer and use it in GitHub Desktop.
puts 'please type the text you want to #hashtagerize and press [ENTER]...'
open 'http://twitter.com/?status=#' << gets.split(' ').join(' #').gsub('#@', '@')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment