hstr-rs is a shell history suggest box that provides quick access to the commands in your shell history. Just search for the command you want to execute (regex mode is supported), or, if you don't precisely know what you're looking for, you can browse through the commands until you find the one you want to execute. Apart from this, you can delete unwanted entries from your history, too, and more. It should work on all terminals ranging from linux term to xterm. It was initially made for bash but it should work as well with zsh, ksh, and tcsh, too.<p>I use it on a daily basis.<p>Check out the README for instructions if you want to try it out.<p>Suggestions, bug reports, etc. are welcome.<p>Let me know what you think:<p><a href="https://github.com/adder46/hstr-rs" rel="nofollow">https://github.com/adder46/hstr-rs</a>