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: 8 months ago
JSON representation
OS X notifications for weechat messages
- Host: GitHub
- URL: https://github.com/keith/terminal-notifier-weechat
- Owner: keith
- License: mit
- Created: 2015-10-05T06:12:00.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T20:16:47.000Z (over 4 years ago)
- Last Synced: 2025-07-02T04:40:59.526Z (12 months ago)
- Topics: macos, notifications, osx, weechat
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```