modified newsboat, .bashrc

This commit is contained in:
joelchrono12 2024-02-16 18:45:13 -06:00
parent 5f52d46dd9
commit 798330134b
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
4 changed files with 44 additions and 57 deletions

View File

@ -100,4 +100,5 @@ export PATH="$HOME/gems/bin:$PATH"
export CALIBRE_USE_DARK_PALETTE=1
neofetch
setxkbmap -layout latam
#khal calendar
#setxkbmap -layout latam

View File

@ -1,55 +1,35 @@
#Settings, my dude... settings!
#inoreder
#inoreader-login "hexdsl@gmail.com"
#inoreader-passwordeval "pass inoreader.com"
#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"
#
#ssl-verifypeer no
#FreshRSS
#ssl-verifyhost no
urls-source "freshrss"
freshrss-login "joel"
freshrss-login "dietpi"
freshrss-url "https://me.joelchrono12.xyz/freshrss/api/greader.php"
freshrss-passwordeval "pass selfhosted/freshrss"
freshrss-url "https://joelgarcia.xyz/rss/api/greader.php"
#freshrss-password "1212junio"
freshrss-flag-star "s"
#NextCloud News
#ocnews-url "https://cloud.xpenguin.club"
#ocnews-passwordeval "pass cloud.xpenguin.club"
#ocnews-login "hex"
#urls-source "ocnews"
#Newsblur
#newsblur-login "newsblur.35akg@simplelogin.co"
#newsblur-passwordeval "pass newsblur.com"
#urls-source "newsblur"
#cookie-cache "~/.config/newsboat/.rss/cookies.txt"
freshrss-min-items 100
#TinyTinyRSS
#urls-source "ttrss"
#ttrss-url "https://rss.hexdsl.co.uk/tt-rss/"
#ttrss-login "hexdsl"
#ttrss-passwordeval "pass rss.hexdsl.co.uk"
#ttrss-flag-publish "p"
#cookie-cache "~/Documents/.rss/cookies.txt"
auto-reload yes
#reload-time 120
show-read-articles no
reload-time 120
show-read-articles yes
show-read-feeds yes
#max-items 4000
text-width 80
#text-width 80
reload-threads 8
show-title-bar yes
mark-as-read-on-hover yes
mark-as-read-on-hover no
prepopulate-query-feeds yes
wrap-scroll yes
#confirm-exit yes
#cleanup-on-quit yes
#delete-read-articles-on-quit no
@ -89,6 +69,12 @@ bind-key j down tagselection
bind-key k up tagselection
unbind-key s save article
#Bookmarks and shit
bind-key i bookmark
#bookmark-cmd ~/.newsboat/bookmark.sh
#bookmark-interactive no
#bookmark-autopilot yes
macro o open-in-browser ; toggle-article-read "read"
color background magenta default
color listnormal white default
@ -99,34 +85,27 @@ color info green default
#color article green default
# Highlight Rules
highlight feedlist "https?://[^ ]+" cyan default
highlight articlelist "[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}" cyan default
highlight article "https?://[^ ]+" cyan default
highlight article "^(Feed|Title|Author|Link|Date):" blue default
highlight feedlist "https?://[^ ]+" yellow default
highlight articlelist "[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}" yellow default
highlight article "https?://[^ ]+" yellow default
highlight article "^(Feed|Title|Author|Link|Date):" green default
#feedlist-format "%11u %t"
articlelist-format "%4i %f %D %?T?|%-24T| ?%t"
highlight all "^ *[0-9]*" cyan
#highlight feedlist "(News|news)" yellow
#highlight feedlist "(Tech|Linux|Distro)" green
#highlight feedlist "(Gaming|Games)" red
highlight all "^ *[0-9]*" yellow
highlight feedlist "(News|news)" yellow
highlight feedlist "(Tech|Linux|Distro)" green
highlight feedlist "(Gaming|Games)" red
#highlight-article "age > 5" magenta yellow
highlight article "^(Feed|Title|Author|Link|Date):.*" blue
highlight article "(Read more)" red
highlight article "\\[[0-9][0-9]*\\]" green
highlight article "\\[image [0-9][0-9]*\\]" yellow
highlight article ":.*\\(link\\)$" cyan default
highlight article "^(Feed|Title|Author|Link|Date):.*" blue
highlight article "(Read more)" red
highlight article "\\[[0-9][0-9]*\\]" green
highlight article "\\[image [0-9][0-9]*\\]" yellow
highlight article ":.*\\(link\\)$" yellow default
highlight article ":.*\\(image\\)$" blue default
highlight article ":.*\\(embedded flash\\)$" magenta default
#Bookmarks and shit
bind-key i bookmark
#bookmark-cmd ~/.newsboat/bookmark.sh
#bookmark-interactive no
#bookmark-autopilot yes
macro o open-in-browser ; toggle-article-read "read"
#Macros
# vim:ft=config:

View File

@ -1 +1,8 @@
s
# Queries
"query:Personal Sites:tags # \"Personal\"" meta
"query:100DaysToOffload:tags # \"100DaysToOffload\"" meta
"query:YouTube ALL:tags # \"Youtube\"" meta
"query:YouTube Linux:tags # \"Youtube-Linux\"" meta
"query:Company Blogs:tags # \"Company\"" meta
"query:720p Torrents:tags # \"Torrents\" and (title =~ \"720\" )" meta
"query:1080p Torrents:tags # \"Torrents\" and (title =~ \"1080\" ) " meta