Metadata-Version: 2.1
Name: bistory
Version: 1.1.0
Summary: bash history search tool
Home-page: https://github.com/sivel/bistory
Author: Matt Martz
Author-email: matt@sivel.net
License: Apache License, Version 2.0
Keywords: bash history
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: prompt-toolkit (==2.0.3)

bistory
=======

A small python application that implements bash history searching in
your terminal

|image0|

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

::

    $ pip install --user bistory

Configuration
-------------

.bash_profile
~~~~~~~~~~~~~

::

    if [[ $- =~ .*i.* ]]; then
        bind '"\C-r": "\C-a bistory \C-j"'
    fi

.. |image0| image:: https://raw.githubusercontent.com/sivel/bistory/master/screenshot.png
   :target: https://raw.githubusercontent.com/sivel/bistory/master/screenshot.png


