summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/news
AgeCommit message (Expand)Author
2022-01-12news, add calcursexyz
2022-01-06news, firefox open github and google mailxyz
2022-01-06news script, wtr as script instead of aliasxyz
l opt">-key h quit bind-key j down bind-key k up bind-key l open bind-key g home bind-key G end bind-key ^F pagedown bind-key ^B pageup # open-in-browser-noninteractively may be useful macro y set browser "echo %u | xsel -ib"; open-in-browser; set browser "$BROWSER %u &" # https://newsboat.org/releases/2.24/docs/newsboat.html#_killfiles # https://newsboat.org/releases/2.24/docs/newsboat.html#_filter_language # not sure if all following arch linux rss feed ignore-article will work as expected # maybe aur rss feed is broken; maybe arch linux feeds are updated very fast so I can't get the wanted news? # not fully understand the rss feed #ignore-article "https://aur.archlinux.org/rss/" "title !~\"youtube-dlp|yt-dlp\"" # arch linux development feeds: all project ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&project=0" "title !~ \"firejail\"" ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=edit&project=0" "title !~ \"firejail\"" ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=clo&project=0" "title !~ \"firejail\"" # vim: ft=sh