Update README.rst

This commit is contained in:
Michael Lazar
2017-08-03 00:32:03 -04:00
committed by GitHub
parent a76ba5ce93
commit ffd887c87f

View File

@@ -141,19 +141,19 @@ Environment Variables
The default programs that RTV interacts with can be configured through environment variables
``$RTV_EDITOR``
| A program used to compose text submissions and comments.
| If not specified, will fallback to ``$VISUAL`` and ``$EDITOR`` in that order.
| *Examples: vim, emacs, gedit*
| A program used to compose text submissions and comments
| *If not specified, will fallback to ``$VISUAL`` and ``$EDITOR`` in that order*
| Examples: **vim**, **emacs**, **gedit**
``$RTV_BROWSER``
| A program used to open links to external websites.
| If not specified, will fallback to ``$BROWSER``, or attempt to intelligently choose a browser supported by your system.
| *Examples: firefox, google-chrome, w3m, lynx, elinks*
| A program used to open links to external websites
| *If not specified, will fallback to ``$BROWSER``, or attempt to intelligently choose a browser supported by your system*
| Examples: **firefox**, **google-chrome**, **w3m**, **lynx**, **elinks**
``$RTV_URLVIEWER``
| A tool used to extract hyperlinks from from text.
| If not specified, will fallback to **urlview** if it is installed.
| *Examples: `urlview <https://github.com/sigpipe/urlview>`_, `urlscan <https://github.com/firecat53/urlscan>`_*
| A tool used to extract hyperlinks from from text
| *If not specified, will fallback to **urlview** if it is installed*
| Examples: **`urlview <https://github.com/sigpipe/urlview>`_**, **`urlscan <https://github.com/firecat53/urlscan>`_**
------------------------
Copying to the Clipboard