From ffd887c87f5939bf91e0966db4731334ca01ea74 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 3 Aug 2017 00:32:03 -0400 Subject: [PATCH 1/7] Update README.rst --- README.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 32e0eca..a223747 100644 --- a/README.rst +++ b/README.rst @@ -141,19 +141,19 @@ Environment Variables The default programs that RTV interacts with can be configured through environment variables ``$RTV_EDITOR`` - | A program used to compose text submissions and comments. - | If not specified, will fallback to ``$VISUAL`` and ``$EDITOR`` in that order. - | *Examples: vim, emacs, gedit* + | A program used to compose text submissions and comments + | *If not specified, will fallback to ``$VISUAL`` and ``$EDITOR`` in that order* + | Examples: **vim**, **emacs**, **gedit** ``$RTV_BROWSER`` - | A program used to open links to external websites. - | If not specified, will fallback to ``$BROWSER``, or attempt to intelligently choose a browser supported by your system. - | *Examples: firefox, google-chrome, w3m, lynx, elinks* + | A program used to open links to external websites + | *If not specified, will fallback to ``$BROWSER``, or attempt to intelligently choose a browser supported by your system* + | Examples: **firefox**, **google-chrome**, **w3m**, **lynx**, **elinks** ``$RTV_URLVIEWER`` - | A tool used to extract hyperlinks from from text. - | If not specified, will fallback to **urlview** if it is installed. - | *Examples: `urlview `_, `urlscan `_* + | A tool used to extract hyperlinks from from text + | *If not specified, will fallback to **urlview** if it is installed* + | Examples: **`urlview `_**, **`urlscan `_** ------------------------ Copying to the Clipboard From 81ffabe93a4a5d039f509866fe6bebe9930e528a Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 3 Aug 2017 00:33:45 -0400 Subject: [PATCH 2/7] Update README.rst --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a223747..065f803 100644 --- a/README.rst +++ b/README.rst @@ -142,18 +142,18 @@ The default programs that RTV interacts with can be configured through environme ``$RTV_EDITOR`` | A program used to compose text submissions and comments + | E.g. **vim**, **emacs**, **gedit** | *If not specified, will fallback to ``$VISUAL`` and ``$EDITOR`` in that order* - | Examples: **vim**, **emacs**, **gedit** ``$RTV_BROWSER`` | A program used to open links to external websites + | E.g. **firefox**, **google-chrome**, **w3m**, **lynx**, **elinks** | *If not specified, will fallback to ``$BROWSER``, or attempt to intelligently choose a browser supported by your system* - | Examples: **firefox**, **google-chrome**, **w3m**, **lynx**, **elinks** ``$RTV_URLVIEWER`` | A tool used to extract hyperlinks from from text - | *If not specified, will fallback to **urlview** if it is installed* - | Examples: **`urlview `_**, **`urlscan `_** + | E.g. `urlview `_, `urlscan `_ + | *If not specified, will fallback to urlview if it is installed* ------------------------ Copying to the Clipboard From b8a13370b5dd6f0873ef7ac7d00562525bf81b17 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 3 Aug 2017 00:34:20 -0400 Subject: [PATCH 3/7] Update README.rst --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 065f803..82d79a5 100644 --- a/README.rst +++ b/README.rst @@ -143,16 +143,19 @@ The default programs that RTV interacts with can be configured through environme ``$RTV_EDITOR`` | A program used to compose text submissions and comments | E.g. **vim**, **emacs**, **gedit** + | | *If not specified, will fallback to ``$VISUAL`` and ``$EDITOR`` in that order* ``$RTV_BROWSER`` | A program used to open links to external websites | E.g. **firefox**, **google-chrome**, **w3m**, **lynx**, **elinks** + | | *If not specified, will fallback to ``$BROWSER``, or attempt to intelligently choose a browser supported by your system* ``$RTV_URLVIEWER`` | A tool used to extract hyperlinks from from text | E.g. `urlview `_, `urlscan `_ + | | *If not specified, will fallback to urlview if it is installed* ------------------------ From 9b534cf427eded27301c75c58636256e3a816089 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 3 Aug 2017 00:35:30 -0400 Subject: [PATCH 4/7] Update README.rst --- README.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 82d79a5..8aca0b6 100644 --- a/README.rst +++ b/README.rst @@ -141,21 +141,15 @@ Environment Variables The default programs that RTV interacts with can be configured through environment variables ``$RTV_EDITOR`` - | A program used to compose text submissions and comments - | E.g. **vim**, **emacs**, **gedit** - | + | A program used to compose text submissions and comments, e.g. **vim**, **emacs**, **gedit** | *If not specified, will fallback to ``$VISUAL`` and ``$EDITOR`` in that order* ``$RTV_BROWSER`` - | A program used to open links to external websites - | E.g. **firefox**, **google-chrome**, **w3m**, **lynx**, **elinks** - | + | A program used to open links to external websites, e.g. **firefox**, **google-chrome**, **w3m**, **lynx**, **elinks** | *If not specified, will fallback to ``$BROWSER``, or attempt to intelligently choose a browser supported by your system* ``$RTV_URLVIEWER`` - | A tool used to extract hyperlinks from from text - | E.g. `urlview `_, `urlscan `_ - | + | A tool used to extract hyperlinks from from text, e.g. `urlview `_, `urlscan `_ | *If not specified, will fallback to urlview if it is installed* ------------------------ From 6485c4732783d089773a6d32ef4998177fb0c641 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 3 Aug 2017 00:35:53 -0400 Subject: [PATCH 5/7] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8aca0b6..0a78216 100644 --- a/README.rst +++ b/README.rst @@ -146,7 +146,7 @@ The default programs that RTV interacts with can be configured through environme ``$RTV_BROWSER`` | A program used to open links to external websites, e.g. **firefox**, **google-chrome**, **w3m**, **lynx**, **elinks** - | *If not specified, will fallback to ``$BROWSER``, or attempt to intelligently choose a browser supported by your system* + | *If not specified, will fallback to ``$BROWSER``, or try to intelligently choose a browser supported by your system* ``$RTV_URLVIEWER`` | A tool used to extract hyperlinks from from text, e.g. `urlview `_, `urlscan `_ From d44d5aa82c802568cdcb93dca7f28a53cb857225 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 3 Aug 2017 00:36:22 -0400 Subject: [PATCH 6/7] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0a78216..148d33d 100644 --- a/README.rst +++ b/README.rst @@ -149,7 +149,7 @@ The default programs that RTV interacts with can be configured through environme | *If not specified, will fallback to ``$BROWSER``, or try to intelligently choose a browser supported by your system* ``$RTV_URLVIEWER`` - | A tool used to extract hyperlinks from from text, e.g. `urlview `_, `urlscan `_ + | A tool used to extract hyperlinks from blocks of text, e.g. `urlview `_, `urlscan `_ | *If not specified, will fallback to urlview if it is installed* ------------------------ From 4ea6b883ab487d7591153757135eefd0c8a8fcef Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 3 Aug 2017 00:36:50 -0400 Subject: [PATCH 7/7] Update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 148d33d..3afec2e 100644 --- a/README.rst +++ b/README.rst @@ -142,15 +142,15 @@ The default programs that RTV interacts with can be configured through environme ``$RTV_EDITOR`` | A program used to compose text submissions and comments, e.g. **vim**, **emacs**, **gedit** - | *If not specified, will fallback to ``$VISUAL`` and ``$EDITOR`` in that order* + | *If not specified, will fallback to ``$VISUAL`` and ``$EDITOR`` in that order.* ``$RTV_BROWSER`` | A program used to open links to external websites, e.g. **firefox**, **google-chrome**, **w3m**, **lynx**, **elinks** - | *If not specified, will fallback to ``$BROWSER``, or try to intelligently choose a browser supported by your system* + | *If not specified, will fallback to ``$BROWSER``, or try to intelligently choose a browser supported by your system.* ``$RTV_URLVIEWER`` | A tool used to extract hyperlinks from blocks of text, e.g. `urlview `_, `urlscan `_ - | *If not specified, will fallback to urlview if it is installed* + | *If not specified, will fallback to urlview if it is installed.* ------------------------ Copying to the Clipboard