Project

please

0.0
No commit activity in last 3 years
No release in over 3 years
Email, SMS, or arbitrary shell commands: $ please email me "hello" $ please email sally@example.com "Hi Sally." $ please sms me "what is up." $ please sms 8675309@gateway.phonecarrier.com "I CAN HAZ CONVENIENCE" $ please exec "<arbitrary shell command, in quotes> Wait a certain amount of time first: $ please sms me "`uptime`" in 5 minutes
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0
 Project Readme

Please

Have you ever wished you could just tell your computer and the internet to do the stuff that you know it knows how to do? Now you can.

$ please email me "hello"
$ please email sally@example.com "Hi Sally."
$ please sms me "what is up."
$ please sms 8675309@gateway.phonecarrier.com "I CAN HAZ CONVENIENCE"

Installation

gem install please

Configuration

Create a file ~/.please.rb that looks like this (only gmail supported):

EMAIL_ADDRESS   = "you@gmail.com"
PHONE_NUMBER    = "1234567890"
CARRIER_GATEWAY = 'txt.att.net'
DYDNS           = "your-username.is-a-geek.com"

Example

tar -cjf massive_file_tree.tar.bz2 massive_file_tree & please sms me "massive_file_tree is done being archived"

See more examples by running please help