Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 821 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 821 Bytes

tn(terminal-notifier)

tn is a wrapper for terminal-notifier to make a terminal notification after some command is done

Installation

$ brew tap tony612/pat
$ brew install tn

or

$ brew install tony612/pat/tn

Usage

Just prepend tn to your command

$ tn rake -T

You'll receive the notification if it successes

However, for a failed command like this

$ tn rake foo

you'll get

TODO

  • Installation via homebrew
  • Completions

Copyright

Copyright (c) 2014 Tony Han. See LICENSE for details.