Project

lmki

0.0
No commit activity in last 3 years
No release in over 3 years
Provides a minimalist timer inside the command-line terminal and send a macOS notification when the time's up.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

LMKI - Let Me Know In

Provides a minimalist timer inside the command-line terminal that sends a macOS notification when the time's up.

Installing

$ gem install lmki

Usage

This library provides a command line application called lmki.

lmki NUMBER[SUFFIX] MESSAGE

After NUMBER amount of time sends a macOS notification with MESSAGE. SUFFIX may be "s" for seconds, "m" for minutes (the default), "h" for hours, or "d" for days.

Examples

lmki 5   'Please, check the eggs'
lmki 25m 'Get away from the computer'
lmki 1h  'Call the plumber'

License

This project is shared under the MIT license. See the attached LICENSE file for details.