summaryrefslogtreecommitdiff
path: root/ar/.local/bin/rssadd
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-30 21:14:58 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-30 21:14:58 +0900
commitd8661bdfa20db5f682bc7aa9dd212c59e3073ef4 (patch)
tree4f45c06c75a39e93fa8376ba3e96644818aaa01c /ar/.local/bin/rssadd
parent34dde4c6819f59c2bac300cf98fffb2349d09aba (diff)
updates
Diffstat (limited to 'ar/.local/bin/rssadd')
-rwxr-xr-xar/.local/bin/rssadd2
1 files changed, 1 insertions, 1 deletions
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