Metadata-Version: 1.1
Name: bistory
Version: 1.0.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
Description: 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
        
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
