Skip to content
/ letmeknow Public

A simple CLI tool to get notified when a command is complete.

License

Notifications You must be signed in to change notification settings

nbw/letmeknow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Let Me Know

An embarrassing simple command line tool that triggers a notification when a command has completed.

demo

Usage

lmk {{command}}

Example:

lmk ps aux

Also:

lmk --help

Mac Install

curl -o /usr/local/bin/lmk https://raw.githubusercontent.com/nbw/letmeknow/master/lmk && chmod +x /usr/local/bin/lmk

Supported Platforms

Let Me Know leverages osascript to trigger notifications and so for the time being is Max OSX only.

Alias Limitation

At the moment Let Me Know doesn't support local aliases (such as those defined in .bash_profile or a .zschrc).

Looking for something better?

Let Me Know is incredibly simple. Check out noti if you're looking for something with way more support (including support for windows and linux). It's a super cool CLI written Golang and uses NSUserNotifcations (refer here).

Contributions?

Feel free to contribute or send me a suggestion at contact@nathanwillson.com.

About

A simple CLI tool to get notified when a command is complete.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages