From ee038452b9669aabf635101ce260dea15cabef2e Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 11 Feb 2016 18:27:31 -0800 Subject: [PATCH 1/3] Update README.rst --- README.rst | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 0c744f6..455e27d 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ Install using pip $ pip install rtv -or clone the repository +or clone the repository. .. code-block:: bash @@ -42,22 +42,20 @@ or clone the repository $ cd rtv $ python3 setup.py install -and run it - -.. code-block:: bash - - $ rtv - -See the `FAQ`_ for troubleshooting +See the `FAQ`_ for troubleshooting. ===== Usage ===== -Move the cursor using either the arrow keys or *Vim* style movement. -Press **up** and **down** to scroll through submissions. -Press **right** to view the selected submission and **left** to return. -Press **?** to open the help screen. +.. code-block:: bash + + $ rtv --help + +| Move the cursor using either the arrow keys or *Vim* style movement. +| Press **up** and **down** to scroll through submissions. +| Press **right** to view the selected submission and **left** to return. +| Press **?** to open the help screen. See `CONTROLS.rst `_ for the complete list of commands. From 4679b55e511de41f1c954f24f1e0441210938d71 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 11 Feb 2016 18:28:22 -0800 Subject: [PATCH 2/3] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 455e27d..3bf93af 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,7 @@ Usage | Press **up** and **down** to scroll through submissions. | Press **right** to view the selected submission and **left** to return. | Press **?** to open the help screen. +| See `CONTROLS.rst `_ for the complete list of commands. From 1968a8f969a9df9869b3f2f2fc09cdcff1462761 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 11 Feb 2016 18:29:26 -0800 Subject: [PATCH 3/3] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 3bf93af..f16db8e 100644 --- a/README.rst +++ b/README.rst @@ -92,6 +92,7 @@ Authentication RTV allows you to login to your reddit account in order to do things like vote and leave comments. The login process uses OAuth [#]_ and follows these steps: + 1. Initiate a login by pressing the ``u`` key. 2. Open a new webpage where reddit will ask you to authorize the application. 3. Click accept.