Merge branch 'feature/copy-url' of https://github.com/noahfx/rtv into noahfx-feature/copy-url

This commit is contained in:
Michael Lazar
2017-05-04 21:37:32 -05:00
6 changed files with 91 additions and 1 deletions

View File

@@ -149,6 +149,12 @@ RTV will respect the following environment variables when accessing external pro
``$RTV_URLVIEWER``
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.
----
Copy
----
RTV supports copying submission links to the OS clipboard. For macOS it is supported out of the box,
in Linux systems RTV will need `xsel <http://www.vergenet.net/~conrad/software/xsel/>`_ or `xclip <https://sourceforge.net/projects/xclip/>`_ commands to be installed in the system.
===
FAQ
===