Skip to content

takei-yuya/fluent-plugin-growl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Growl Notification Output Plugin

First, you must set up growl can "Listen for incoming notifications" at "Growl" in "System Preferences".

fluent.conf example:
	<match growl.**>
	  type growl
	
	  server localhost
	  #password fluent
	  appname Fluent Growl Notify
	
	  <notify>
	    name Notify
	    priority 0
	    sticky false
	  </notify>
	
	  <notify>
	    name StickyNotify
	    priority 0
	    sticky true
	  </notify>
	</match>

and some command line example
	$ echo '{"title": "Title", "message": "Hello World!!"}' | fluent-cat growl.test
	$ echo '{"title": "Sticky", "message": "It's sticky message!!", notify:"StickyNotify"}' | fluent-cat growl.test
	$ echo '{}' | fluent-cat growl.test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages