From 75001ba2116e0475d9281d71e6790fc272405151 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 6 Dec 2017 23:03:12 +0100 Subject: newsboat --- by_os/Darwin/newsboat/.newsboat/config | 25 ------------------------- by_os/Linux/newsbeuter/.newsbeuter/config | 25 ------------------------- newsboat/.newsboat/config | 25 +++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 50 deletions(-) delete mode 100644 by_os/Darwin/newsboat/.newsboat/config delete mode 100644 by_os/Linux/newsbeuter/.newsbeuter/config create mode 100644 newsboat/.newsboat/config diff --git a/by_os/Darwin/newsboat/.newsboat/config b/by_os/Darwin/newsboat/.newsboat/config deleted file mode 100644 index 613dc7d..0000000 --- a/by_os/Darwin/newsboat/.newsboat/config +++ /dev/null @@ -1,25 +0,0 @@ -highlight article "^Title: .*$" magenta black bold -color listnormal white black -color listfocus magenta black -color listfocus_unread black white -color info color7 black -color article color246 black - -#highlight feedlist "^.* N .*$" color15 default bold -#highlight articlelist "^.* N .*$" color15 default bold -#highlight article "^Feed: .*$" color3 default -#highlight article "^Author: .*$" color5 default -#highlight article "^Link: .*$" blue default -#highlight article "^Date: .*$" color4 default - -browser "open-in-browser" -show-read-articles no - -bind-key j down -bind-key k up -bind-key h left -bind-key l right -bind-key m toggle-show-read-feeds -bind-key a mark-feed-read -bind-key o open-in-browser-and-mark-read - diff --git a/by_os/Linux/newsbeuter/.newsbeuter/config b/by_os/Linux/newsbeuter/.newsbeuter/config deleted file mode 100644 index 3e2bbe0..0000000 --- a/by_os/Linux/newsbeuter/.newsbeuter/config +++ /dev/null @@ -1,25 +0,0 @@ -highlight article "^Title: .*$" magenta black bold -color listnormal white black -color listfocus magenta black -color listfocus_unread black white -color info color7 black -color article color246 black - -#highlight feedlist "^.* N .*$" color15 default bold -#highlight articlelist "^.* N .*$" color15 default bold -#highlight article "^Feed: .*$" color3 default -#highlight article "^Author: .*$" color5 default -#highlight article "^Link: .*$" blue default -#highlight article "^Date: .*$" color4 default - -browser "firefox &>/dev/null" -show-read-articles no - -bind-key j down -bind-key k up -bind-key h left -bind-key l right -bind-key m toggle-show-read-feeds -bind-key a mark-feed-read -bind-key o open-in-browser-and-mark-read - diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config new file mode 100644 index 0000000..613dc7d --- /dev/null +++ b/newsboat/.newsboat/config @@ -0,0 +1,25 @@ +highlight article "^Title: .*$" magenta black bold +color listnormal white black +color listfocus magenta black +color listfocus_unread black white +color info color7 black +color article color246 black + +#highlight feedlist "^.* N .*$" color15 default bold +#highlight articlelist "^.* N .*$" color15 default bold +#highlight article "^Feed: .*$" color3 default +#highlight article "^Author: .*$" color5 default +#highlight article "^Link: .*$" blue default +#highlight article "^Date: .*$" color4 default + +browser "open-in-browser" +show-read-articles no + +bind-key j down +bind-key k up +bind-key h left +bind-key l right +bind-key m toggle-show-read-feeds +bind-key a mark-feed-read +bind-key o open-in-browser-and-mark-read + -- cgit v1.2.3