Page 1 of 1

newsbeuter

Posted: Sun Dec 15, 2013 10:00 pm
by dkeg
we don't have one of these yet, so why not. disclosure ... I searched and borrowed most of this.

I decided not to take the defaults and created a config file in ~/.newsbeuter/ (or ~/.config/.newsbeuter/), depending on how you set things up. I took a break off of rss feeds in general, but this weekend decided to set up and pimp my newsbeuter.

Here's my current url list and config file

urls

config

more great information here

share any good feeds or podcasts.

Re: newsbeuter

Posted: Mon Dec 16, 2013 10:02 am
by rhowaldt
good point. thanks Drew.

Re: newsbeuter

Posted: Sat Dec 21, 2013 3:18 pm
by dkeg
slight config changes. Mainly colors for readability

http://ix.io/9tp

Re: newsbeuter

Posted: Wed Dec 25, 2013 9:57 am
by machinebacon
A friendly reminder to all who are new to newsbeuter and want to be notified when stuff breaks in Sid: add

http://linuxbbq.org/bbs/feed.php?mode=news

for the Upgrade Warnings :)

Re: newsbeuter

Posted: Fri Jan 10, 2014 9:18 pm
by ivanovnegro
Not a lot of changes:

Code: Select all

article-sort-order date-desc

keep-articles-days 30

max-items 120

bookmark-cmd "/Users/larry/pinboard_bookmark.sh"

save-path ~/Downloads

download-path ~/Downloads
max-downloads 2

browser chromium -new-tab

always-display-description true
auto-reload yes
download-full-page yes
mark-as-read-on-hover yes
refresh-on-startup yes

color background	color27	default
color listnormal	color160	default
color listfocus	white	default
color info	color253	default
color article	color248	default
For more podcasts we have already:

http://linuxbbq.org/bbs/viewtopic.php?f=7&t=936

Re: newsbeuter

Posted: Thu Mar 06, 2014 8:42 pm
by GekkoP
My config. A solarized take on dkeg's.

Code: Select all

# General Actions ------------------------------------------------------

prepopulate-query-feeds yes
#refresh-on-startup yes
reload-only-visible-feeds yes
save-path ~/.newsbeuter/articles

# Podbeuter ------------------------------------------------------------

max-downloads 3
download-path "~/podcasts/"
#download-path "~/media/podbeuter/"
player "mpg123 -C"
podcast-auto-enqueue yes

browser w3m
#browser sensible-browser
#color background white black 


# binds ----------------------------------------------------------------

# vim like bindings
bind-key j down
bind-key k up
#unbind-key t
#unbind-key R
#bind-key \ reload-all
#bind-key "RIGHT" select-tag
#bind-key "SPACE" open


# hide articles matching: ---------------------------------------------

ignore-article "*" "title =~ \"Sponsor\""
ignore-article "*" "title =~ \"Advertisement\""
ignore-mode "display"


# formatting and colorization ------------------------------------------


color background   default   default
color listnormal   default   default
color listfocus    black     yellow
color info         default   black
color article      default   default

# highlights
highlight article "^(Title):.*$" blue default
highlight article "https?://[^ ]+" red default
highlight article "\\[image\\ [0-9]+\\]" green default

articlelist-format "%4i %f %D  %?T?|%-17T| ?%t"

# colors ----------------------------------------------------------------

#color background default default
#color listnormal default default
#color listfocus yellow blue bold
#color info white blue
#color article default default

Re: newsbeuter

Posted: Wed Sep 03, 2014 2:09 pm
by GekkoP
Latest version (2.8) messed up my colors. So here is how it is now:

Code: Select all

color background       default   default
color listnormal       green     default    bold
color listfocus	       black     yellow     bold
color listfocus_unread black     red	    bold
color info             default   black
color article          default   default
Looks like mutt in a solarized dark term.
Image

Re: newsbeuter

Posted: Sun Sep 14, 2014 11:21 am
by Alad
Someone made an ArchWiki article on newsbeuter:

https://wiki.archlinux.org/index.php/Newsbeuter

I don't know if it adds much over the manual, but maybe you find something useful, or want to add a part.