Skip to content
/ growly Public

Simple tool to redirect output of a command to a growl notification

Notifications You must be signed in to change notification settings

ryankee/growly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Growly

Redirects output of a command to a growl notification

Dependencies

growlnotify is required for growly to work. You must install Growl on your own.

You can learn more about Growl and see installation instructions at growl.info.

Installation

You can install growly from Homebrew using

$ brew install growly

Usage

Usage: growly [-hvt] command

Options:
    -t, --title     Set growl title
    -h, --help      Show this message
    -v, --version   Show version
    -s, --sticky    Make the notification sticky

Example Usage

$ growly cap deploy
$ growly du -sh /tmp
$ growly -t "My custom title" ls

Don't like Homebrew? That's okay.

Included in the repo is a makefile that allows you to install/uninstall without Homebrew

$ make install
$ make uninstall

About

Simple tool to redirect output of a command to a growl notification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published