From d5a59a366ea9f5814e045ea4634bb56dbbd6aea5 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 12 May 2021 21:16:03 -0400 Subject: [PATCH] Remove rtv rtv has been archived for a while now so I'm removing it for simplicity. --- rtv/.config/rtv/rtv.cfg | 15 --------------- rtv/.mailcap | 25 ------------------------- rtv/README.md | 17 ----------------- 3 files changed, 57 deletions(-) delete mode 100644 rtv/.config/rtv/rtv.cfg delete mode 100644 rtv/.mailcap delete mode 100644 rtv/README.md diff --git a/rtv/.config/rtv/rtv.cfg b/rtv/.config/rtv/rtv.cfg deleted file mode 100644 index 8da963aa..00000000 --- a/rtv/.config/rtv/rtv.cfg +++ /dev/null @@ -1,15 +0,0 @@ -; New Start: A modern Arch workflow built with an emphasis on functionality. -; Copyright (C) 2017-2018 Donovan Glover - -[rtv] -; Open the archlinux subreddit by default -subreddit = archlinux - -; Open external links based on mailcap -enable_media = True - -; Hide username if logged in -hide_username = True - -; Disable flash -flash = False diff --git a/rtv/.mailcap b/rtv/.mailcap deleted file mode 100644 index 3e254b81..00000000 --- a/rtv/.mailcap +++ /dev/null @@ -1,25 +0,0 @@ -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017 Donovan Glover - -# Note: mailcap is used for software like rtv and w3m - -# Use feh for imgur albums -image/x-imgur-album; feh -g 1280x960 %s; test=test -n "$DISPLAY" - -# Use mpv for gifs -image/gif; mpv '%s' --autofit 1280x960 --loop=inf; test=test -n "$DISPLAY" - -# Use feh for all other types of images -image/*; feh -g 1280x960 '%s'; test=test -n "$DISPLAY" - -# Use mpv for youtube videos -video/x-youtube; mpv --ytdl-format=best '%s' --autofit 1280x960; test=test -n "$DISPLAY" - -# Use mpv for all other types of videos -video/*; mpv '%s' --autofit 1280x960 --loop=inf; test=test -n "$DISPLAY" - -# Use feh for all other types of images -image/*; feh %s - -# Use zathura for pdfs -application/pdf; zathura %s diff --git a/rtv/README.md b/rtv/README.md deleted file mode 100644 index aeb5a10a..00000000 --- a/rtv/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# rtv - -[rtv][rtv] is a reddit browser for your terminal. - -## Use Cases - -rtv can be used to: - -- Ignore busy images or other media and focus on the content -- Always have a reddit theme consistent with your setup -- Use reddit without leaving the terminal, even through ttys - -You should not use rtv if: - -- You don't use reddit - -[rtv]: https://github.com/michael-lazar/rtv