glepretre / hstr

bash and zsh shell history suggest box - easily view, navigate, search and manage your command history.

Home Page:http://me.mindforger.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HSTR

Travis CI Current release GitHub issues All releases downloads License

Easily view, navigate and search your command history with shell history suggest box for bash and zsh.

Shell 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? Are you looking for a tool that is able to manage your favorite commands?

HSTR (HiSToRy) is a command line utility that brings improved bash/zsh command completion from the history. It aims to make completion easier and more efficient than Ctrl-r.

HSTR can also manage your command history (for instance you can remove commands that are obsolete or contain a piece of sensitive information) or bookmark your favorite commands.

Installation

Install:

Build:

Tarball:

Configuration

Configure HSTR just by running:

# bash
hstr --show-configuration >> ~/.bashrc

# zsh
hstr --show-configuration >> ~/.zshrc

For detailed HSTR configuration documentation please refer to Configuration.

Documentation

Check man page:

man hstr

In the News

Read about HSTR in LinuxMagazine, UbuntuGeek, DebianAdmin, Tuxdiary, Softpedia and OSTechNix.

Upgrade

If you are HSTR 1.x user, please read about HSTR 2.x changes.

Bugs

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

About

bash and zsh shell history suggest box - easily view, navigate, search and manage your command history.

http://me.mindforger.com

License:Apache License 2.0


Languages

Language:C 49.2%Language:C++ 32.6%Language:Shell 11.0%Language:Ruby 4.4%Language:M4 1.2%Language:QMake 0.8%Language:Makefile 0.5%Language:HTML 0.3%