From be22d6575b0875f90213d888caa132c5f12fbc93 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 6 Jul 2016 18:14:31 -0700 Subject: [PATCH] Minor wording tweaks. --- CONTROLS.rst | 2 +- README.rst | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CONTROLS.rst b/CONTROLS.rst index c3cfa63..3d28551 100644 --- a/CONTROLS.rst +++ b/CONTROLS.rst @@ -60,4 +60,4 @@ In submission mode you can view the self text for a submission and browse commen :``l`` or ``►``: Open the selected comment in a new window :``o`` or ``ENTER``: Open the comment permalink with your web browser :``SPACE``: Fold the selected comment, or load additional comments -:``b``: Displays URLs with urlview +:``b``: Display URLs with urlview diff --git a/README.rst b/README.rst index b9230d5..6fd7094 100644 --- a/README.rst +++ b/README.rst @@ -140,30 +140,29 @@ If you prefer the complete terminal experience, set ``$BROWSER`` to a console-ba Url Viewer ---------- -You can open comment links using a url extraction binary. -The ``$RTV_URLVIEWER`` environment variable can be used to set the url viewer. +You can open links displayed inside of comments by taking advantage of a url extraction program. +Use ``$RTV_URLVIEWER`` to specify a custom url viewer. .. code-block:: bash $ export RTV_URLVIEWER=urlview -The default program is ``urlview``, but most systems do not come with it installed by default. +`urlview `_ and `urlscan `_ are known to be compatible, but any program that accepts text via a stdin pipe will do. +These applications do not come pre-installed on most systems. + +**Ubuntu** -Ubuntu ------- .. code-block:: bash $ sudo apt-get install urlview -Mac with Homebrew ------------------ +**Mac with Homebrew** + .. code-block:: bash $ brew install urlview -`urlview `_, `urlscan `_, are known to be compatible, but any program that accepts text via a stdin pipe will do - === FAQ ===