===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
rtv-1.27.0+dfsg/.github/ISSUE_TEMPLATE/bug_report.md-14-- If a stack trace was displayed on the command line, paste the entire output here.
rtv-1.27.0+dfsg/.github/ISSUE_TEMPLATE/bug_report.md:15:- Otherwise, run ``$rtv --debug-info`` and paste the entire output here.
rtv-1.27.0+dfsg/.github/ISSUE_TEMPLATE/bug_report.md-16-- Include any other information that might be relevant to the issue (For example, your operating system, your terminal emulator, how you installed rtv, etc.)
##############################################
rtv-1.27.0+dfsg/README.md-51-
rtv-1.27.0+dfsg/README.md:52:- ``$ telnet redditbox.us``
rtv-1.27.0+dfsg/README.md:53:- ``$ ssh redditbox.us``
rtv-1.27.0+dfsg/README.md-54-
##############################################
rtv-1.27.0+dfsg/CHANGELOG.rst-171-* Added a new *dark colorblind* theme.
rtv-1.27.0+dfsg/CHANGELOG.rst:172:* Added support for the ``$RTV_PAGER`` environment variable, which can be
rtv-1.27.0+dfsg/CHANGELOG.rst-173-  used to set a unique PAGER for rtv.
##############################################
rtv-1.27.0+dfsg/CHANGELOG.rst-177-
rtv-1.27.0+dfsg/CHANGELOG.rst:178:* Fixed a crash when setting the ``$BROWSER`` with python 3.7.
rtv-1.27.0+dfsg/CHANGELOG.rst-179-* Improved the error message when attempting to vote on an archived post.
##############################################
rtv-1.27.0+dfsg/CHANGELOG.rst-259-
rtv-1.27.0+dfsg/CHANGELOG.rst:260:* Text piped to the ``$PAGER`` will now wrap on word / sentence breaks.
rtv-1.27.0+dfsg/CHANGELOG.rst-261-* New MIME parsers have been added for liveleak.com and worldstarhiphop.com.
##############################################
rtv-1.27.0+dfsg/CHANGELOG.rst-314-  settings.
rtv-1.27.0+dfsg/CHANGELOG.rst:315:* ``$RTV_BROWSER`` has been added as a way to set the preferred web browser.
rtv-1.27.0+dfsg/CHANGELOG.rst-316-* Sorting options for **relevance** and **comments** are now displayed on
##############################################
rtv-1.27.0+dfsg/CHANGELOG.rst-327-* Users can now navigate to multireddits using the "/u/me/" prefix.
rtv-1.27.0+dfsg/CHANGELOG.rst:328:* Fixed the ``$BROWSER`` behavior on macOS to support the **chrome**,
rtv-1.27.0+dfsg/CHANGELOG.rst-329-  **firefox**, **safari**, and **default** keywords.
##############################################
rtv-1.27.0+dfsg/CHANGELOG.rst-357-* A MIME parser has been added for www.liveleak.com.
rtv-1.27.0+dfsg/CHANGELOG.rst:358:* RTV now respects the ``$VISUAL`` environment variable.
rtv-1.27.0+dfsg/CHANGELOG.rst-359-
##############################################
rtv-1.27.0+dfsg/CHANGELOG.rst-718-* Support for terminal based webbrowsers such as links and w3m.
rtv-1.27.0+dfsg/CHANGELOG.rst:719:* Browsing history is now persistent and stored in `$XDG_CACHE_HOME`.
rtv-1.27.0+dfsg/CHANGELOG.rst-720-
##############################################
rtv-1.27.0+dfsg/scripts/RELEASE_CHECKLIST.md-11-8. Clean out any old build/release files by running [``scripts/pip_clean.py``](scripts/pip_clean.py).
rtv-1.27.0+dfsg/scripts/RELEASE_CHECKLIST.md:12:9. Build the source tarball and binary wheel: ``$ python3 setup.py sdist bdist_wheel``
rtv-1.27.0+dfsg/scripts/RELEASE_CHECKLIST.md:13:10. Upload the packages to PyPI: ``$ twine upload dist/*``
rtv-1.27.0+dfsg/scripts/RELEASE_CHECKLIST.md:14:11. Verify that the upload was successful: ``$ pip install rtv --upgrade --force-reinstall``
rtv-1.27.0+dfsg/scripts/RELEASE_CHECKLIST.md-15-12. Smoke test the new release on Python 2 and Python 3.
##############################################
rtv-1.27.0+dfsg/THEMES.md-43-The curses library determines your terminal's color support by reading your
rtv-1.27.0+dfsg/THEMES.md:44:environment's ``$TERM`` variable, and looking up your terminal's
rtv-1.27.0+dfsg/THEMES.md-45-capabilities in the [terminfo](https://linux.die.net/man/5/terminfo)
##############################################
rtv-1.27.0+dfsg/THEMES.md-59-
rtv-1.27.0+dfsg/THEMES.md:60:In general you should not be setting your ``$TERM`` variable manually,
rtv-1.27.0+dfsg/THEMES.md-61-it will be set automatically by you terminal. Often, problems with
##############################################
rtv-1.27.0+dfsg/CONTRIBUTING.rst-74-
rtv-1.27.0+dfsg/CONTRIBUTING.rst:75:2. Set your ``$PYTHONPATH`` to point to the directory of your RTV repository.
rtv-1.27.0+dfsg/CONTRIBUTING.rst-76-
##############################################
rtv-1.27.0+dfsg/rtv/templates/mailcap-15-# - %s will be replaced with the image or video url
rtv-1.27.0+dfsg/rtv/templates/mailcap:16:# - Add ``test=test -n "$DISPLAY"`` if your command opens a new window
rtv-1.27.0+dfsg/rtv/templates/mailcap-17-# - Add ``needsterminal`` for commands that use the terminal