From 147caae9b43426491afabf8d60b922a85313ab12 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Tue, 8 May 2018 19:33:14 -0400 Subject: Adds initial newsboat configs --- newsboat/.newsboat/cache.db | Bin 0 -> 1130496 bytes newsboat/.newsboat/config | 11 +++++++++++ newsboat/.newsboat/history.cmdline | 0 newsboat/.newsboat/history.search | 0 newsboat/.newsboat/queue | 1 + newsboat/.newsboat/urls | 13 +++++++++++++ 6 files changed, 25 insertions(+) create mode 100644 newsboat/.newsboat/cache.db create mode 100644 newsboat/.newsboat/config create mode 100644 newsboat/.newsboat/history.cmdline create mode 100644 newsboat/.newsboat/history.search create mode 100644 newsboat/.newsboat/queue create mode 100644 newsboat/.newsboat/urls (limited to 'newsboat/.newsboat') diff --git a/newsboat/.newsboat/cache.db b/newsboat/.newsboat/cache.db new file mode 100644 index 0000000..2bce417 Binary files /dev/null and b/newsboat/.newsboat/cache.db differ diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config new file mode 100644 index 0000000..25ef17e --- /dev/null +++ b/newsboat/.newsboat/config @@ -0,0 +1,11 @@ +browser "firefox" +player "mpg123" +text-width 74 +download-path "~/podDownloads/%n" +save-path "~/podDownloads" +bind-key j down +bind-key k up +bind-key g home +bind-key G end +bind-key h quit +bind-key l open diff --git a/newsboat/.newsboat/history.cmdline b/newsboat/.newsboat/history.cmdline new file mode 100644 index 0000000..e69de29 diff --git a/newsboat/.newsboat/history.search b/newsboat/.newsboat/history.search new file mode 100644 index 0000000..e69de29 diff --git a/newsboat/.newsboat/queue b/newsboat/.newsboat/queue new file mode 100644 index 0000000..88a48f6 --- /dev/null +++ b/newsboat/.newsboat/queue @@ -0,0 +1 @@ +https://traffic.megaphone.fm/GLT1268300753.mp3 "/home/tje/GLT1268300753.mp3" played diff --git a/newsboat/.newsboat/urls b/newsboat/.newsboat/urls new file mode 100644 index 0000000..114f376 --- /dev/null +++ b/newsboat/.newsboat/urls @@ -0,0 +1,13 @@ +https://www.theverge.com/rss/index.xml +https://www.troyhunt.com/rss/ +http://feeds.arstechnica.com/arstechnica/index +http://feeds.gimletmedia.com/hearreplyall +http://feeds.gimletmedia.com/thehabitat +http://feeds.99percentinvisible.org/99percentinvisible +https://www.npr.org/rss/rss.php?id=1001 +http://feeds.bbci.co.uk/news/rss.xml?edition=us +http://feeds.twit.tv/twit.xml +https://www.voidlinux.eu/atom.xml +https://github.com/voidlinux/void-packages/commits/master.atom +https://github.com/voidlinux/xbps/commits/master.atom + -- cgit v1.1 From c2673ac1922142e09042705d43496da2fb2cbdfe Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 24 Jun 2018 23:03:42 -0400 Subject: Add urls to newsboat config --- newsboat/.newsboat/urls | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'newsboat/.newsboat') diff --git a/newsboat/.newsboat/urls b/newsboat/.newsboat/urls index 114f376..cd06d97 100644 --- a/newsboat/.newsboat/urls +++ b/newsboat/.newsboat/urls @@ -1,12 +1,13 @@ -https://www.theverge.com/rss/index.xml https://www.troyhunt.com/rss/ -http://feeds.arstechnica.com/arstechnica/index +https://rss.simplecast.com/podcasts/4669/rss http://feeds.gimletmedia.com/hearreplyall http://feeds.gimletmedia.com/thehabitat +http://feeds.twit.tv/twit.xml http://feeds.99percentinvisible.org/99percentinvisible https://www.npr.org/rss/rss.php?id=1001 +https://www.theverge.com/rss/index.xml +http://feeds.arstechnica.com/arstechnica/index http://feeds.bbci.co.uk/news/rss.xml?edition=us -http://feeds.twit.tv/twit.xml https://www.voidlinux.eu/atom.xml https://github.com/voidlinux/void-packages/commits/master.atom https://github.com/voidlinux/xbps/commits/master.atom -- cgit v1.1 From 9fe0ad06d4ce048fc24c4c1b102f26154457984a Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 2 Sep 2018 14:23:39 -0400 Subject: Removes newsboat internal files --- newsboat/.newsboat/cache.db | Bin 1130496 -> 0 bytes newsboat/.newsboat/history.cmdline | 0 newsboat/.newsboat/history.search | 0 newsboat/.newsboat/queue | 1 - 4 files changed, 1 deletion(-) delete mode 100644 newsboat/.newsboat/cache.db delete mode 100644 newsboat/.newsboat/history.cmdline delete mode 100644 newsboat/.newsboat/history.search delete mode 100644 newsboat/.newsboat/queue (limited to 'newsboat/.newsboat') diff --git a/newsboat/.newsboat/cache.db b/newsboat/.newsboat/cache.db deleted file mode 100644 index 2bce417..0000000 Binary files a/newsboat/.newsboat/cache.db and /dev/null differ diff --git a/newsboat/.newsboat/history.cmdline b/newsboat/.newsboat/history.cmdline deleted file mode 100644 index e69de29..0000000 diff --git a/newsboat/.newsboat/history.search b/newsboat/.newsboat/history.search deleted file mode 100644 index e69de29..0000000 diff --git a/newsboat/.newsboat/queue b/newsboat/.newsboat/queue deleted file mode 100644 index 88a48f6..0000000 --- a/newsboat/.newsboat/queue +++ /dev/null @@ -1 +0,0 @@ -https://traffic.megaphone.fm/GLT1268300753.mp3 "/home/tje/GLT1268300753.mp3" played -- cgit v1.1