Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Get a notification after a long command.
JavaScript
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets docs: update gif Feb 2, 2020
src fix: success is 0 only Feb 2, 2020
package.json chore: update package.json Feb 3, 2020
readme.md docs: add brew install Feb 3, 2020
yarn.lock fix: remove yargs dependency Feb 2, 2020

readme.md

Notee

Be notified at the end of long running commands.

Notee yarn install

How to install

  • Homebrew
brew install yoannmoinet/brews/notee
  • Yarn v1
yarn global add notee
  • NPM
npm install -g notee

How to use

Simply prefix your commands with n to get a notification once it completes.

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.

You can’t perform that action at this time.