From 9f79254da55361dba1dc0135228b59e50c2e3355 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 21 Sep 2017 11:34:10 -0400 Subject: [PATCH] Update README.md --- README.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 75cf87a..8ecd63d 100644 --- a/README.md +++ b/README.md @@ -149,21 +149,26 @@ Once you've setup your mailcap file, enable it by launching rtv with the ``rtv - The default programs that RTV interacts with can be configured through environment variables -
-
$RTV_EDITOR
-
A program used to compose text submissions and comments, e.g. vim, emacs, gedit -
If not specified, will fallback to $VISUAL and $EDITOR in that order.
- -
$RTV_BROWSER
-
A program used to open links to external websites, e.g. firefox, google-chrome, w3m, lynx, elinks -
If not specified, will fallback to $BROWSER, or try to intelligently choose a browser supported by your system.
- -
$RTV_URLVIEWER
-
A tool used to extract hyperlinks from blocks of text, e.g.urlview, urlscan -
If not specified, will fallback to urlview if it is installed.
-
-### Copying to the Clipboard + + + + + + + + + + + + + +
$RTV_EDITORA program used to compose text submissions and comments, e.g. vim, emacs, gedit +
If not specified, will fallback to $VISUAL and $EDITOR in that order.
$RTV_BROWSERA program used to open links to external websites, e.g. firefox, google-chrome, w3m, lynx +
If not specified, will fallback to $BROWSER, or your system's default browser
$RTV_URLVIEWERA tool used to extract hyperlinks from blocks of text, e.g. urlview, urlscan +
If not specified, will fallback to urlview if it is installed.
+ +### Clipboard RTV supports copying submission links to the OS clipboard. On macOS this is supported out of the box. On Linux systems you will need to install either [xsel](http://www.vergenet.net/~conrad/software/xsel/) or [xclip](https://sourceforge.net/projects/xclip/).