voicesms.rb lets you send SMS via Google Voice from Terminal
Thursday, January 12, 2012 at 11:37AM Have you ever wanted to send an SMS from the command line in Terminal/iTerm?
If you use Google Voice, you’re in luck, because the phenomenal Brett Terpstra has a shell script just for you.
The point of the script is to let me automate SMS messages from my system, so its primary invocation will be from other scripts. However, it will function just fine as a command line texting utility, in which case you’d probably want to alias the core functions in your .bash_profile. Set your default username and password in the script, and maybe a default destination number.
I now have the ability to tell myself when several automated processes finish, and whether or not they finished successfully.
brettterpstra,
googlevoice,
ruby,
shellscript 