Project

lmk

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
runs a command and sends the output via sms
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

Code Climate Build Status LMK

Don't sit around waiting for rake/make/tests/etc to finish. Let the machine tell you when it's done.

USAGE:

$ lmk exec [command]

executes [command], sending a digest of the result as an SMS to the specified phone number and creating a private, anonymous gist with the full command output.

For example: $ lmk exec bundle install

PREREQUISITES:

You need a twilio account, including API Key and Account SID for sending SMSes.

INSTALLATION/CONFIGURATION:

LMK requires a ~/.lmkrc file in order to run. The .lmkrc is a simple YAML file with four required values:

  • phone_number: The number at which you want to receive a message when the command has finished running.
  • from: a number associated with your Twilio account & set up for SMS sending
  • account_sid: from your Twilio Account
  • auth_token: from your Twilio Account

You can validate your .lmkrc at any time by running LMK's config command:

$ lmk config

LICENSE:

MIT Licensed. See LICENSE file.