Add documentation of new features

This commit is contained in:
woorst
2016-06-29 12:37:26 -05:00
parent b2bf20cdc0
commit 9400cb727c

View File

@@ -30,6 +30,7 @@ Once you are logged in your username will appear in the top-right corner of the
:``d``: Delete an existing post or comment :``d``: Delete an existing post or comment
:``i``: Display new messages prompt :``i``: Display new messages prompt
:``s``: View a list of subscribed subreddits :``s``: View a list of subscribed subreddits
:``S``: View a list of subscribed multireddits
-------------- --------------
Subreddit Mode Subreddit Mode
@@ -44,11 +45,15 @@ In subreddit mode you can browse through the top submissions on either the front
The ``/`` prompt accepts subreddits in the following formats The ``/`` prompt accepts subreddits in the following formats
* ``python``
* ``/r/python`` * ``/r/python``
* ``/r/python/new`` * ``/r/python/new``
* ``/r/python+linux`` supports multireddits * ``/r/python+linux`` supports multireddits
* ``/r/front`` will redirect to the front page * ``/r/front`` will redirect to the front page
* ``/r/me`` will display your submissions * ``/u/me`` will display your submissions
* ``/u/spez`` will display submissions from any other user
* ``/u/multi-mod/m/android`` display a multireddit curated by a user
* ``/domain/python.org`` dispaly submissions to stated domain
--------------- ---------------
Submission Mode Submission Mode