Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

LukeWinikates/lmk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

start a long-running bash command, get a text when it's done

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages