Open SevereOverfl0w opened 7 years ago
This would allow extraction of URLs & Images into my preferred local trick, e.g. youtube links will be opened in mpv, images in feh etc.
I think this can be done by calling urlscan -n to get the url to STDOUT.
urlscan -n
Alternatively, rtv could have the advanced mime type support from urls put into a separate tool which be set as the browser for these tools.
I just installed rtv and I am looking for this feature. Youtube links from reddit posts are opened in mpv thanks to mailcap but Youtube links in comments are not.
This would allow extraction of URLs & Images into my preferred local trick, e.g. youtube links will be opened in mpv, images in feh etc.
I think this can be done by calling
urlscan -n
to get the url to STDOUT.Alternatively, rtv could have the advanced mime type support from urls put into a separate tool which be set as the browser for these tools.