This commit is contained in:
joelchrono12 2022-01-17 14:07:38 -06:00
parent 76e73a6b96
commit e85ec216d3
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
3 changed files with 41 additions and 50 deletions

View File

@ -1,4 +0,0 @@
# Netscape HTTP Cookie File
# https://curl.se/docs/http-cookies.html
# This file was generated by libcurl! Edit at your own risk.

View File

@ -6,12 +6,17 @@
#urls-source "inoreader"
# miniflux
urls-source "miniflux"
miniflux-url "https://rss.airikr.me"
miniflux-login "joel"
miniflux-passwordeval "pass blog/miniflux-rss"
cookie-cache "~/.config/newsboat/.rss/cookies.txt"
#urls-source "miniflux"
#miniflux-url "https://rss.airikr.me"
#miniflux-login "joel"
#miniflux-passwordeval "pass blog/miniflux-rss"
#cookie-cache "~/.config/newsboat/.rss/cookies.txt"
#FreshRSS
urls-source "freshrss"
freshrss-login "dietpi"
freshrss-passwordeval "pass personal/freshrss"
freshrss-url "http://100.114.188.127/freshrss/api/greader.php"
#NextCloud News
#ocnews-url "https://cloud.xpenguin.club"
@ -25,11 +30,6 @@ cookie-cache "~/.config/newsboat/.rss/cookies.txt"
#urls-source "newsblur"
#cookie-cache "~/.config/newsboat/.rss/cookies.txt"
#FreshRSS
#freshrss-login "hexdsl"
#freshrss-passwordeval "pass rss.hexdsl.co.uk"
#freshrss-url "https://rss.hexdsl.co.uk/api/greader.php"
#urls-source "freshrss"
#TinyTinyRSS
#urls-source "ttrss"
@ -39,50 +39,45 @@ cookie-cache "~/.config/newsboat/.rss/cookies.txt"
#ttrss-flag-publish "p"
#cookie-cache "~/Documents/.rss/cookies.txt"
# general
auto-reload yes
reload-time 120
show-read-articles no
show-read-feeds no
delete-read-articles-on-quit yes
#auto-reload yes
#reload-time 120
#show-read-articles yes
#show-read-feeds yes
#max-items 4000
#text-width 80
#reload-threads 8
#show-title-bar yes
#confirm-exit yes
#cleanup-on-quit yes
#delete-read-articles-on-quit no
#browser "firefox %u"
#external-url-viewer "urlscan"
#player "mpv"
#download-retries 4
#pager internal
#article-sort-order date-asc
#datetime-format "%y-%m-%d"
#html-renderer "w3m -t text/html"
save-path ~/downloads/news/
cache-file "~/.config/newsboat/.rss/cache.db"
max-items 4000
delete-read-articles-on-quit yes
text-width 80
reload-threads 8
show-title-bar yes
confirm-exit yes
cleanup-on-quit no
# define
browser "firefox %u"
external-url-viewer "urlscan"
#html-renderer "w3m -T text/html"
player "mpv"
download-retries 4
pager internal
article-sort-order date-asc
datetime-format "%Y-%m-%d"
# The path where articles shall be saved to.
save-path ~/Downloads/news/
# Disable keymap hints on the bottom of screen.
# disable keymap hints on the bottom of screen.
show-keymap-hint yes
notify-always yes
notify-program "notify-send"
# Set format string that is used for formatting notifications.
# set format string that is used for formatting notifications.
notify-format "%n unread articles"
#Keys
#keys
bind-key j down
bind-key k up
bind-key j next articlelist
bind-key k prev articlelist
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key G end
bind-key j next-feed articlelist
bind-key k prev-feed articlelist
bind-key g end
bind-key g home
bind-key d pagedown
bind-key u pageup
@ -90,9 +85,9 @@ bind-key l open
bind-key h quit
bind-key a toggle-article-read
bind-key n next-unread
bind-key N prev-unread
bind-key D pb-download
bind-key U show-urls
bind-key n prev-unread
bind-key d pb-download
bind-key u show-urls
bind-key x pb-delete
bind-key r reload
bind-key R reload-all
@ -136,8 +131,8 @@ highlight article ":.*\\(embedded flash\\)$" magenta default
#bookmark-cmd ~/.newsboat/bookmark.sh
#bookmark-interactive no
#bookmark-autopilot yes
#Macros
macro o open-in-browser ; toggle-article-read "read"
#Macros
# vim:ft=config: