Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/michael-lazar/rtv
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lazar committed Mar 31, 2017
2 parents 07edc9f + 8fb1d71 commit 7d1ec22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[run]
source = rtv
omit = *__main__.py
omit =
*/__main__.py
*/packages/praw/*
13 changes: 4 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ RTV (Reddit Terminal Viewer)

|pypi| |python| |travis-ci| |coveralls| |gitter|

Note to users - a security `vulnerability <https://github.com/michael-lazar/rtv/issues/295>`_ has been discovered in rtv versions prior to v1.12.1. A patch has been applied and it is strongly advised that you upgrade to the latest version.

---------------

* `Demo`_
Expand Down Expand Up @@ -129,16 +127,13 @@ Environment
RTV will respect the following environment variables when accessing external programs

``$BROWSER``
| Submission links will be opened inside of 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 <http://w3m.sourceforge.net/>`_, `lynx <http://lynx.isc.org/>`_, and `elinks <http://elinks.or.cz/>`_ are all good choices).
Submission links will be opened inside of your web browser. On most systems, the default web browser will pop up in a new window. If you prefer the complete terminal experience, try using a console-based web browser (`w3m <http://w3m.sourceforge.net/>`_, `lynx <http://lynx.isc.org/>`_, and `elinks <http://elinks.or.cz/>`_ are all good choices).
``$PAGER``
| Extra long comments and submissions wil be viewed through the system pager.
Extra long comments and submissions can be opened using the system's pager.
``$RTV_EDITOR``
| Compose posts and replying to comments is done using your preferred text editor.
| If not specified, the default system ``$EDITOR`` (or `nano <https://www.nano-editor.org/>`_) will be used.
Composing 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``
| A url viewer can be used to extract links from inside of comments.
| `urlview <https://github.com/sigpipe/urlview>`_ and `urlscan <https://github.com/firecat53/urlscan>`_ are known to be compatible. These applications don't come pre-installed, but are available through most systems' package managers.
A url viewer is a tool that can be used to extract hyperlinks from inside of blocks of text. `urlview <https://github.com/sigpipe/urlview>`_ and `urlscan <https://github.com/firecat53/urlscan>`_ are known to be compatible with rtv. These applications don't come pre-installed, but are available through most systems' package managers.

===
FAQ
Expand Down

0 comments on commit 7d1ec22

Please sign in to comment.