https://github.com/yoannmoinet/notee
Get a notification after a long command.
https://github.com/yoannmoinet/notee
Last synced: about 1 year ago
JSON representation
Get a notification after a long command.
- Host: GitHub
- URL: https://github.com/yoannmoinet/notee
- Owner: yoannmoinet
- Created: 2020-02-02T19:41:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T03:22:55.000Z (about 4 years ago)
- Last Synced: 2025-04-09T13:04:23.921Z (about 1 year ago)
- Language: JavaScript
- Size: 1.49 MB
- Stars: 51
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Notee
Be notified at the end of long running commands.
[](https://npmjs.org/package/notee)
[](https://npmjs.org/package/notee)

## How to install
- **Homebrew**
```bash
brew install yoannmoinet/brews/notee
```
- **Yarn v1**
```bash
yarn global add notee
```
- **NPM**
```bash
npm install -g notee
```
## How to use
Simply prefix your commands with `n` to get a notification once it completes.
```bash
n git clone git@github.com:yoannmoinet/notee.git
```
## Wishlist
Stuff that I don't know how to implement but would love to see in Notee.
- [ ] waiting for input
Being able to detect when the child process is waiting for an input, we could
proxy this input to the notification.
- [ ] out of focus
If we could detect when the terminal is out of focus, we could choose to show
or not the notification.