An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Notee
Be notified at the end of long running commands.

[![npm](https://img.shields.io/npm/v/notee.svg)](https://npmjs.org/package/notee)
[![npm](https://img.shields.io/npm/dm/notee.svg)](https://npmjs.org/package/notee)

![Notee yarn install](/assets/notee.gif)

## 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.