1
0
Fork
You've already forked weechat-scripts
0
A few WeeChat scripts I've written
  • Scheme 71.8%
  • Python 28.2%
Find a file
2024年12月12日 19:20:03 +02:00
guile Initial Commit 2024年12月12日 19:20:03 +02:00
python Initial Commit 2024年12月12日 19:20:03 +02:00
LICENSE.md Initial Commit 2024年12月12日 19:20:03 +02:00
README.md Initial Commit 2024年12月12日 19:20:03 +02:00

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 the notify-send command. Kinda rough, but it works
  • termux-notification.scm and termux-notification.py - Send notifications using the termux-notification command. 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