Skip to content

Plugin for fish-shell to send OS X desktop notifications using terminal-notifier

License

Notifications You must be signed in to change notification settings

fishgretel/terminal_notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Room

terminal_notifier

Send OS X desktop notifications from Fish using terminal-notifier.

Install

With fisherman

fisher fishgretel/terminal_notifier

Usage

While __send_notification can be called as a function it is recommended to emit events:

emit send_notification 'Hey, you!' '🌊 🌊 🌊' 'Take a break and go surfing!'

Of course, values can be evaluated at emission:

emit send_notification 'Remember to get out!' '⏲ ⏲ ⏲ ⏲ ⏲' (date)

By default, the Submarine sound will be used. To change that add an argument at position 4:

emit send_notification 'Very Important' 'Code fish not eat!' 'Thank you!' Glass

About

Plugin for fish-shell to send OS X desktop notifications using terminal-notifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages