diff --git a/README.rst b/README.rst index 441116d..7ef52f6 100644 --- a/README.rst +++ b/README.rst @@ -72,6 +72,7 @@ In subreddit mode you can browse through the top submissions on either the front :``/``: Open a prompt to switch subreddits :``f``: Open a prompt to search the current subreddit :``p``: Post a Submission to the current subreddit +:``;``: View your Submissions (requires login) The ``/`` prompt accepts subreddits in the following formats @@ -79,6 +80,7 @@ The ``/`` prompt accepts subreddits in the following formats * ``/r/python/new`` * ``/r/python+linux`` supports multireddits * ``/r/front`` will redirect to the front page +* ``/r/me`` will show you your submissions on all subs **Submission Mode** diff --git a/rtv/docs.py b/rtv/docs.py index 33002fe..de5c285 100644 --- a/rtv/docs.py +++ b/rtv/docs.py @@ -39,6 +39,7 @@ Subreddit Mode `/` : Open a prompt to switch subreddits `f` : Open a prompt to search the current subreddit `p` : Post a Submission to the current subreddit + `;` : View your Submissions (requires login) Submission Mode `LEFT` or `h` : Return to subreddit mode