Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sivel/bistory

Bash history search tool
https://github.com/sivel/bistory

Last synced: 4 days ago
JSON representation

Bash history search tool

Awesome Lists containing this project

README

        

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