weechat-notify 2, implemented as a native plugin instead of a script with a library.
Go to file
Yash Karandikar 1d9b4de3c2 Fix #1 2022-10-20 15:53:48 -05:00
src Fix clippy lints 2022-09-23 08:50:23 -05:00
.gitignore Initial commit 2022-09-22 08:50:34 -05:00
Cargo.lock Initial commit 2022-09-22 08:50:34 -05:00
Cargo.toml Create skeleton plugin 2022-09-22 10:11:17 -05:00
LICENSE Fix #1 2022-10-20 15:53:48 -05:00
README.md Update README 2022-09-23 08:41:04 -05:00

README.md

wn2

weechat-notify, implemented as a native plugin instead of a script with a library.

requires: rust, notify-send

to build, first run cargo build --release then move the generated .so (target/release/libweechat_notify.so) to your plugin directory (probably ~/.local/share/weechat/plugins but could also be ~/.weechat/plugins). then rename the .so to weechat_notify.so

next, run /plugin load weechat_notify and enjoy your notifications!

note: changes to the plugin are not reflected until you restart WeeChat.