From 648a253e4ca793d121a35010dbeae68f7723b01d Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 27 Jul 2016 17:02:13 -0700 Subject: [PATCH 1/6] Update README.rst --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 9c2b6d7..f6ed8eb 100644 --- a/README.rst +++ b/README.rst @@ -76,14 +76,14 @@ Move the cursor using either the arrow keys or *Vim* style movement Press ``/`` to open the navigation prompt, where you can type things like -- /front -- /r/commandprompt+linuxmasterrace -- /r/programming/controversial-week -- /u/me -- /u/multi-mod/m/art -- /domain/github.com +- ``/front`` +- ``/r/commandprompt+linuxmasterrace`` +- ``/r/programming/controversial-week`` +- ``/u/me`` +- ``/u/multi-mod/m/art`` +- ``/domain/github.com`` -See `CONTROLS `_ for the full list of commands. +See `CONTROLS `_ for the full list of commands ======== Settings From d8532f58d66a810528464edfb33f1b1a548514cf Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 27 Jul 2016 17:43:42 -0700 Subject: [PATCH 2/6] Update README.rst --- README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index f6ed8eb..b161481 100644 --- a/README.rst +++ b/README.rst @@ -93,15 +93,14 @@ Settings Configuration ------------- -Configuration settings are stored in ``{HOME}/.config/rtv/rtv.cfg``. -Auto-generate the config file by running +RTV stores configuration files in the ``{HOME}/.config/rtv/`` directory. + +See `rtv.cfg `_ for the full list of configurable options. You can clone this file onto your system by running .. code-block:: bash $ rtv --copy-config - -See the `default config `_ for the full list of settings. - + ------ Editor ------ From 21a2e8b260a9b3588c19eb1c66c64b25ae1ee782 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 27 Jul 2016 17:50:02 -0700 Subject: [PATCH 3/6] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b161481..3bc3e30 100644 --- a/README.rst +++ b/README.rst @@ -93,7 +93,7 @@ Settings Configuration ------------- -RTV stores configuration files in the ``{HOME}/.config/rtv/`` directory. +Configuration files are stored in the ``{HOME}/.config/rtv/`` directory See `rtv.cfg `_ for the full list of configurable options. You can clone this file onto your system by running From a5d63bd0384ca226681b0057392fe3fe7a13f8a0 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 27 Jul 2016 18:15:46 -0700 Subject: [PATCH 4/6] Update README.rst --- README.rst | 52 +++++++++++++++------------------------------------- 1 file changed, 15 insertions(+), 37 deletions(-) diff --git a/README.rst b/README.rst index 3bc3e30..c9c73f8 100644 --- a/README.rst +++ b/README.rst @@ -100,47 +100,25 @@ See `rtv.cfg `_, `lynx `_, and `elinks `_ are all good choices. - ----------- -Url Viewer ----------- - -You can extract links from inside of comments using urlview. -Use ``$RTV_URLVIEWER`` to specify a custom url viewer. - -.. code-block:: bash - - $ export RTV_URLVIEWER=urlview - -`urlview `_ and `urlscan `_ are known to be compatible, but any program that accepts text via a stdin pipe will do. -These applications don't come pre-installed, but are available through most systems' package managers. +``$BROWSER`` + You can open submission links using your web browser. + On most systems the default web browser will open in a new window. + If you prefer the complete terminal experience, try using a console-based web browser + (`w3m `_, `lynx `_, and `elinks `_ are all good choices). +``$PAGER`` + You can use your system's pager to scroll through long comments and submissions. +``$RTV_EDITOR`` + You can compose posts and reply to comments using your preferred text editor. + If not specified, the default system ``$EDITOR`` (or `nano `_) will be used. +``$RTV_URLVIEWER`` + You can extract links from inside of comments using a url viewer. + `urlview `_ and `urlscan `_ are known to be compatible. + These applications don't come pre-installed, but are available through most systems' package managers. === FAQ From 0ab0ce3cd085a998e3a7fb7c1f356b82868df9a0 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 27 Jul 2016 18:33:41 -0700 Subject: [PATCH 5/6] Update README.rst --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c9c73f8..8241b2e 100644 --- a/README.rst +++ b/README.rst @@ -106,17 +106,17 @@ Environment ----------- ``$BROWSER`` - You can open submission links using your web browser. + Submission links can be opened in your web browser. On most systems the default web browser will open in a new window. If you prefer the complete terminal experience, try using a console-based web browser (`w3m `_, `lynx `_, and `elinks `_ are all good choices). ``$PAGER`` - You can use your system's pager to scroll through long comments and submissions. + Extra long comments and submissions can be viewed through the system pager. ``$RTV_EDITOR`` - You can compose posts and reply to comments using your preferred text editor. + Compose posts and replying to comments is done using your preferred text editor. If not specified, the default system ``$EDITOR`` (or `nano `_) will be used. ``$RTV_URLVIEWER`` - You can extract links from inside of comments using a url viewer. + A url viewer can be used to extract links from inside of comments. `urlview `_ and `urlscan `_ are known to be compatible. These applications don't come pre-installed, but are available through most systems' package managers. From 858acddb0a332f01ca34f2c6952747fc99a3dc9e Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 27 Jul 2016 18:47:41 -0700 Subject: [PATCH 6/6] Update README.rst --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 8241b2e..6fa3105 100644 --- a/README.rst +++ b/README.rst @@ -105,6 +105,8 @@ See `rtv.cfg