LMK - SMS Notifications for the Terminal

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

View the Project on GitHub LukeWinikates/lmk

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:

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

$ lmk config

LICENSE:

MIT Licensed. See LICENSE file.