Remove rtv

rtv has been archived for a while now so I'm removing it for
simplicity.
This commit is contained in:
Donovan Glover 2021-05-12 21:16:03 -04:00
parent a69e5815c7
commit d5a59a366e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 0 additions and 57 deletions

View File

@ -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

View File

@ -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

View File

@ -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