summary refs log tree commit diff
path: root/.config/senpai/highlight
blob: 3f2f3e95a94b1d11bb0877dfa09116f0aca29c33 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -ex
escape() {
	printf "%s" "$1" | sed 's#\\#\\\\#g'
}

fyi -a senpai -i senpai -c reminder \
	"[$BUFFER] $SENDER" \
	"$(escape "$MESSAGE")"