Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sivel/bistory
- Owner: sivel
- License: apache-2.0
- Created: 2018-06-28T21:39:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T15:06:49.000Z (about 6 years ago)
- Last Synced: 2024-11-02T05:23:44.203Z (11 days ago)
- Language: Python
- Size: 188 KB
- Stars: 18
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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