Skip to content

sivel/bistory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bash history search tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages