diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-30 21:14:58 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-30 21:14:58 +0900 |
| commit | d8661bdfa20db5f682bc7aa9dd212c59e3073ef4 (patch) | |
| tree | 4f45c06c75a39e93fa8376ba3e96644818aaa01c /ar/.local/bin/rssadd | |
| parent | 34dde4c6819f59c2bac300cf98fffb2349d09aba (diff) | |
updates
Diffstat (limited to 'ar/.local/bin/rssadd')
| -rwxr-xr-x | ar/.local/bin/rssadd | 2 |
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 |
