From b61b58ce2c1371d6f904f108fa7feed3abfbe5c7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 8 Apr 2026 13:18:14 +0900 Subject: * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated-commit-by: dots Signed-off-by: Robert Günzler --- .config/senpai/highlight | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .config/senpai/highlight (limited to '.config/senpai/highlight') diff --git a/.config/senpai/highlight b/.config/senpai/highlight new file mode 100755 index 0000000..3f2f3e9 --- /dev/null +++ b/.config/senpai/highlight @@ -0,0 +1,9 @@ +#!/bin/sh +set -ex +escape() { + printf "%s" "$1" | sed 's#\\#\\\\#g' +} + +fyi -a senpai -i senpai -c reminder \ + "[$BUFFER] $SENDER" \ + "$(escape "$MESSAGE")" -- cgit 1.4.1