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