Do you find yourself frequently getting coffee while you wait for your code to compile? ☕
Test suite take a long time to run?
Application taking awhile to deploy?
Using textme
, you can get a text on your phone when your command finishes running!
Enjoy your ☕
This tool uses Ruby and Twilio. So first you must install Ruby & create a Twilio account. You'll want to walk through the Twilio signup flow to get a phone number.
gem install twilio-ruby
Download and extact textme
: textme.zip
# Set the number that you would like `textme` to send a text to
export TEXTME_NUMBER="+18005551111"
# Configure Twilio environment variables
export TWILIO_NUMBER="<your-number>"
export TWILIO_ACCOUNT_SID="<your-account-sid>"
export TWILIO_AUTH_TOKEN="<your-auth-token>"
Add the directory where you extracted textme
to your PATH
so you can call it from anywhere
export PATH="$PATH:/User/alice/Downloads/textme"
Now test it out!
$ testme echo Hello World
Hello World
[Sending text notification]