A few WeeChat scripts I've written
| guile | Initial Commit | |
| python | Initial Commit | |
| LICENSE.md | Initial Commit | |
| README.md | Initial Commit | |
WeeChat Scripts
This repo houses scripts I've written for WeeChat for one reason or another.
Currently, the following scripts can be found in the repo:
notify-send.scm- Sends notifications using thenotify-sendcommand. Kinda rough, but it workstermux-notification.scmandtermux-notification.py- Send notifications using thetermux-notificationcommand. I made the Scheme version first, then found out the Termux build of WeeChat doesn't support Guile scripts, so I ported it over to Python. The script will only display the last message from each channel in the notification, replacing the last notification from that channel if there already exists one