Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keith/terminal-notifier-weechat

OS X notifications for weechat messages
https://github.com/keith/terminal-notifier-weechat

macos notifications osx weechat

Last synced: 3 days ago
JSON representation

OS X notifications for weechat messages

Awesome Lists containing this project

README

        

# terminal-notifier-weechat

This is a simple [weechat](https://weechat.org/) plugin that shows
weechat messages through native OS X notifications using AppleScript.

## Installation

Install `terminal-notifier` and copy the script to
`~/.weechat/python/autoload`

```sh
mkdir -p ~/.weechat/python/autoload
wget https://raw.githubusercontent.com/keith/terminal-notifier-weechat/master/terminal_notifier.py ~/.weechat/python/autoload
```