diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 13:34:46 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 13:34:46 -0500 |
| commit | 5849e2ad7323f086bd6edf221b29e3f0b2b7cbd3 (patch) | |
| tree | bb437c98f3661b5a3ac9d721dadd2c7b6e629692 /.config/newsboat | |
| parent | 6e5c51a6ee731e17e81cc5e23867dbd4ddc006e0 (diff) | |
Removed Useless Configs
Diffstat (limited to '.config/newsboat')
| -rw-r--r-- | .config/newsboat/config | 47 | ||||
| -rw-r--r-- | .config/newsboat/urls | 16 |
2 files changed, 0 insertions, 63 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config deleted file mode 100644 index 6b7c236..0000000 --- a/.config/newsboat/config +++ /dev/null @@ -1,47 +0,0 @@ -#show-read-feeds no -auto-reload yes - -bind-key j down -bind-key k up -bind-key j next articlelist -bind-key k prev articlelist -bind-key J next-feed articlelist -bind-key K prev-feed articlelist -bind-key G end -bind-key g home -bind-key d pagedown -bind-key u pageup -bind-key l open -bind-key h quit -bind-key a toggle-article-read -bind-key n next-unread -bind-key N prev-unread -bind-key D pb-download -bind-key U show-urls -bind-key x pb-delete - -color listnormal cyan default -color listfocus black yellow standout bold -color listnormal_unread blue default -color listfocus_unread yellow default bold -color info red black bold -color article white default bold - -highlight all "---.*---" yellow -highlight feedlist ".*(0/0))" black -highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold -highlight article "(^Link:.*|^Date:.*)" default default -highlight article "https?://[^ ]+" green default -highlight article "^(Title):.*$" blue default -highlight article "\\[[0-9][0-9]*\\]" magenta default bold -highlight article "\\[image\\ [0-9]+\\]" green default bold -highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold -highlight article ":.*\\(link\\)$" cyan default -highlight article ":.*\\(image\\)$" blue default -highlight article ":.*\\(embedded flash\\)$" magenta default - -browser linkhandler -macro , open-in-browser -macro y set browser "yt-dlp -o '~/Videos/youtube/%(title)s.%(ext)s' --restrict-filenames"; open-in-browser ; set browser linkhandler -macro c set browser "echo %u | xclip -r -sel c" ; open-in-browser ; set browser linkhandler - diff --git a/.config/newsboat/urls b/.config/newsboat/urls deleted file mode 100644 index e9b1e6c..0000000 --- a/.config/newsboat/urls +++ /dev/null @@ -1,16 +0,0 @@ -# Websites -https://lukesmith.xyz/rss.xml "Luke Smith" -https://videos.lukesmith.xyz/feeds/videos.xml?videoChannelId=2 "Luke Smith Videos" -https://lukesmith.xyz/lindy.xml "Lindy Press" -https://drewdevault.com/blog/index.xml "Drew DeVault" -https://jacobmcdonnell.com/articles/rss.xml -# Youtube -https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg "DistroTube (Youtube)" -https://www.youtube.com/feeds/videos.xml?channel_id=UCWsslCoN3b_wBaFVWK_ye_A "Hamza (Youtube)" -https://www.youtube.com/feeds/videos.xml?channel_id=UCHW4DMIaBmTGGGPmbmr-Dsg "Hamza Unfiltered (Youtube)" -https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA "FireShip" -https://www.youtube.com/feeds/videos.xml?channel_id=UC3BtLRFhFz2r8_dStqX_fEQ "Kaalraam" -https://www.youtube.com/feeds/videos.xml?channel_id=UCXuqSBlHAE6Xw-yeJA0Tunw "LTT" -https://www.youtube.com/feeds/videos.xml?channel_id=UCtHaxi4GTYDpJgMSGy7AeSw "Michael Reeves" -https://www.youtube.com/feeds/videos.xml?channel_id=UCj4SLNED1DiNPHComZTCbzw "Rex Krueger" -https://www.youtube.com/feeds/videos.xml?channel_id=UCJLZe_NoiG0hT7QCX_9vmqw "Ididathing" |
