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
- Host: GitHub
- URL: https://github.com/chunkhang/weechat-mac-notify
- Owner: chunkhang
- License: mit
- Created: 2019-05-24T04:34:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T05:16:29.000Z (about 7 years ago)
- Last Synced: 2025-08-18T13:34:26.553Z (11 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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