Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keith/terminal-notifier-weechat
- Owner: keith
- License: mit
- Created: 2015-10-05T06:12:00.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T20:16:47.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T06:08:07.280Z (about 1 month ago)
- Topics: macos, notifications, osx, weechat
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- 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
```