Metadata-Version: 2.0
Name: base16-shell-preview
Version: 0.2.0
Summary: Browse and preview Base16 Shell themes in your terminal.
Home-page: https://github.com/nvllsvm/base16-shell-preview
Author: Andrew Rabert
Author-email: arabert@nullsum.net
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3

Base16 Shell Preview
====================

|PyPi Version|

A script to browse and preview `Base16 Shell <https://github.com/chriskempson/base16-shell>`_ themes in your terminal.

.. image:: https://raw.githubusercontent.com/nvllsvm/base16-shell-preview/master/preview.gif
   :alt: Preview GIF

Installation
------------

Requires:

- Python 2 or Python 3 installed
- A Base16 Shell theme is active

Use the following to install.

.. code:: shell

    $ pip install base16-shell-preview

Usage
-----

.. code::

    $ base16-shell-preview -h
    usage: base16-shell-preview [-h]

    keys:
      up/down  select and preview theme
      q        quit
      enter    enable theme and quit

    optional arguments:
      -h, --help  show this help message and exit


.. |PyPi Version| image:: https://img.shields.io/pypi/v/base16_shell_preview.svg?
   :target: https://pypi.python.org/pypi/base16_shell_preview


