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

https://github.com/chunkhang/weechat-mac-notify

macOS notifications for WeeChat messages
https://github.com/chunkhang/weechat-mac-notify

Last synced: 10 months ago
JSON representation

macOS notifications for WeeChat messages

Awesome Lists containing this project

README

          

# weechat-mac-notify
> macOS notifications for WeeChat messages

## Installation

- Download `mac_notify.py` to `~/.weechat/python`
- Symlink the script into `~/.weechat/python/autoload`

```
$ cd ~/.weechat/python
$ wget https://raw.githubusercontent.com/chunkhang/weechat-mac-notify/master/mac_notify.py
$ cd autoload
$ ln -s ../mac_notify.py
```

## Credits

- [weechat-notification-center][1]
- [terminal-notifer-weechat][2]

[1]: https://github.com/sindresorhus/weechat-notification-center
[2]: https://github.com/keith/terminal-notifier-weechat