https://github.com/nbw/letmeknow
A simple CLI tool to get notified when a command is complete.
https://github.com/nbw/letmeknow
bash cli macos macosx-scripts notifications shell
Last synced: 8 months ago
JSON representation
A simple CLI tool to get notified when a command is complete.
- Host: GitHub
- URL: https://github.com/nbw/letmeknow
- Owner: nbw
- License: mit
- Created: 2018-11-16T01:42:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T21:39:07.000Z (over 7 years ago)
- Last Synced: 2025-06-15T20:07:08.812Z (12 months ago)
- Topics: bash, cli, macos, macosx-scripts, notifications, shell
- Language: Shell
- Homepage:
- Size: 1.29 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Let Me Know
An embarrassing simple command line tool that triggers a notification when a command has completed.

## 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](https://ss64.com/osx/osascript.html) 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](https://github.com/variadico/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](https://github.com/variadico/noti/tree/master/service/nsuser)).
## Contributions?
Feel free to contribute or send me a suggestion at contact@nathanwillson.com.