From d8661bdfa20db5f682bc7aa9dd212c59e3073ef4 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:14:58 +0900 Subject: updates --- ar/.local/bin/rssadd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.local/bin/rssadd') diff --git a/ar/.local/bin/rssadd b/ar/.local/bin/rssadd index a49c5f8..f78a538 100755 --- a/ar/.local/bin/rssadd +++ b/ar/.local/bin/rssadd @@ -14,5 +14,5 @@ rssfile="${XDG_CONFIG_HOME:-${HOME}/.config}/newsboat/urls" if awk '{print $1}' "$rssfile" | grep "^$url$" >/dev/null; then notify-send "You already have this RSS feed." else - echo "$url" >>"$rssfile" && notify-send "RSS feed added." + echo "$url $2" >>"$rssfile" && notify-send "RSS feed added." fi -- cgit v1.2.3