bash and zsh shell history suggest box - easily view, navigate, search and manage your command history.
Go to file
2015-02-28 18:00:20 +01:00
bin Moving user scripts to bin/ dir. 2014-01-09 22:15:11 +01:00
debian Improving release scripts. 2015-02-27 09:03:17 +01:00
dist Improving release scripts. 2015-02-27 09:03:17 +01:00
doc Adding doc/ dir. 2014-04-27 13:31:39 +02:00
man Fixing #107 by making big keys handling in radix sort an option. 2015-02-28 08:45:46 +01:00
src Fixing #107 by making big keys handling in radix sort an option. 2015-02-28 08:45:46 +01:00
tests Polishing configuration MD and adding i18n test case. 2015-02-28 18:00:20 +01:00
CONFIGURATION.md Polishing configuration MD and adding i18n test case. 2015-02-28 18:00:20 +01:00
configure.ac Finally solving platform specific ncurses check in autoconf - cause: broken SYMLINKs to config.sub/guess > one configure.ac works anywhere now. 2015-02-27 08:41:44 +01:00
INSTALLATION.md Fixing #123 - multiple delete works again after cloning line to be deleted (it deleted itself and 2nd+ attempts failed as there was just garbage). 2015-02-28 07:32:13 +01:00
LICENSE Initial commit 2013-12-02 14:47:51 -08:00
Makefile.am Adding DEB scripts and configs 2013-12-25 20:20:36 +01:00
PKGBUILD PKGBUILD for Archlinux 2014-02-26 03:01:07 +01:00
README.md Fixed #129 - deletion of history entries - entries are deleted both from system and hh's raw history (in the right order). 2015-02-22 22:03:51 +01:00

hstr

Easily view, navigate, search and use your command history with shell history suggest box for Bash and Zsh.

BASH History Suggest Box

DESCRIPTION

Are you looking for a command that you used recently? Do you want to avoid the need to write long commands over and over again despite you used them recently? Are you looking for a tool that is able to manage your favorite commands?

HSTR is a command line utility that brings improved Bash command completion from the history. It aims to make completion easier and more efficient than Ctrl-r.

Apart to the completion, history can be managed (you can remove commands that e.g. contain sensitive information like passwords) and bookmark your favorite commands.

Enjoy video tutorial.

INSTALLATION

Install HSTR:

CONFIGURATION

Optionally configure HSTR just by running:

hh --show-configuration >> ~/.bashrc

For detailed hh configuration documentation please refer to Configuration.

DOCUMENTATION

Check hh man page:

man hh

BUGS

https://github.com/dvorka/hstr/issues