Created
September 30, 2010 20:03
-
-
Save ronin13/605223 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
browser "~/bin/browser %u" | |
#html-renderer "w3m -dump -T text/html -v" | |
color background default default | |
color listnormal default default | |
#color listfocus default default reverse underline | |
color listfocus color45 color237 | |
#color info color236 color31 | |
color info color44 default underline | |
color article default default | |
download-path "~/media/newsbeuter/podcasts/" | |
max-downloads 1 | |
reload-threads 10 | |
reload-time 60 | |
player "/usr/bin/mplayer -cache 4096 " | |
text-width 75 | |
feedlist-format "%n %9u [%t]" | |
articlelist-format "%f %D %?T?|%-17T| ?%t" | |
notify-format "RSS - %d new/%n unread articles" | |
#notify-xterm yes | |
save-path ~/media/newsbeuter/ | |
# notify-program "" | |
# notify-screen no | |
bind-key j down | |
bind-key k up | |
unbind-key r | |
bind-key r mark-feed-read | |
unbind-key R | |
bind-key R reload | |
bind-key d delete-article | |
bind-key i toggle-article-read | |
bind-key x reload-all | |
bind-key up prev-unread | |
bind-key down next-unread | |
bind-key T clear-tag | |
highlight feedlist "^(N)" yellow default | |
highlight articlelist "^(N)" yellow default | |
highlight article "^Link[s:]|http[s:]//.*" magenta default | |
highlight article "^Title:.*" green default bold | |
highlight article ".*URL:" magenta default bold | |
highlight article "^Feed:.*" green default | |
goto-next-feed no | |
#confirm-exit yes | |
cache-file "~/.local/share/newsbeuter/cache.db" | |
bookmark-cmd "~/bin/booktwit" | |
#always-display-description true | |
#feed-sort-order articlecount | |
auto-reload yes | |
suppress-first-reload yes | |
user-agent "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100721 Firefox/3.6.7" | |
proxy localhost:9999 | |
use-proxy yes | |
cleanup-on-quit no | |
#reload-only-visible-feeds yes | |
#trim-feeds 200 | |
#keep-articles-days 30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment