bin | ||
debian | ||
dist | ||
doc | ||
man | ||
src | ||
tests | ||
CONFIGURATION.md | ||
configure.ac | ||
INSTALLATION.md | ||
LICENSE | ||
Makefile.am | ||
PKGBUILD | ||
README.md |
hstr
Shell history suggest box for Bash and Zsh - easily view, navigate, sort and use your command history.
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 hh
using distribution, from source code,
on Ubuntu, Debian/Mint, Arch Linux
or Mac OS.
CONFIGURATION
Optionally configure hh
just by running:
hh --show-configuration >> ~/.bashrc
For detailed hh
configuration documentation please refer to Configuration.
DOCUMENTATION
Check hh
man page:
man hh