From 86fe775c8bf340c820d83dd5498dadbb29e50e11 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 2 Aug 2016 01:48:02 -0700 Subject: [PATCH] Update README.rst --- README.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 84bebeb..31e8796 100644 --- a/README.rst +++ b/README.rst @@ -103,7 +103,7 @@ Configuration Configuration files are stored in the ``{HOME}/.config/rtv/`` directory -See `rtv.cfg `_ for the full list of configurable options. You can clone this file onto your system by running +See `rtv.cfg `_ for the full list of configurable options. You can clone this file into your home directory by running .. code-block:: bash @@ -113,17 +113,23 @@ See `rtv.cfg `_ file to configure +how RTV will open different types of links -You can set up a `mailcap `_ file to configure how RTV will open different types of links. +.. image:: http://i.imgur.com/ueQ3w0P.gif +| +| The mailcap format allows you to associate MIME media +types, like ``image/jpeg`` or ``video/*``, with shell commands. -Copy the rtv `mailcap template `_ to your **{HOME}/.mailcap** file. +To get started, copy the default mailcap template to your home directory. .. code-block:: bash $ rtv --copy-mailcap +This template contains examples for common MIME types as well as popular reddit websites like `imgur `_, and `gfycat `_. + This setting is disabled by default because it takes a few extra steps to configure.