Notification script for weechat
Go to file
Yash Karandikar f391b633de Run black formatter 2022-07-09 11:48:33 +05:30
.cargo Make it work on macos maybe? 2022-05-11 11:30:09 -05:00
src Escape "--" in notifications 2022-05-19 10:55:19 -05:00
.gitignore Make backend 2022-05-11 11:28:01 -05:00
Cargo.toml Make backend 2022-05-11 11:28:01 -05:00
README.md Documentation fixes 2022-05-17 11:37:21 -05:00
weechat-notify.py Run black formatter 2022-07-09 11:48:33 +05:30

README.md

weechat-notify

tiny notification script for weechat.

i wrote this because all of the other notification scripts i could find didn't do something i wanted or were broken in another way.

requires: rust, notify-send, python

to build, first run cargo build --release then move weechat-notify.py and the generated .so (target/release/libwn_backend.so) to your python script directory (probably ~/.local/share/weechat/python but could also be ~/.weechat/python). then rename the .so to wn_backend.so

next, run /script load weechat-notify.py and enjoy your notifications!