bash and zsh shell history suggest box - easily view, navigate, search and manage your command history.
Go to file
NotAShelf 4e02bd81bf
update Nix installation instructions (#512)
We should avoid recommending nix-env as it will often lead to undesirable behaviour (e.g. name collisions), especially on NixOS.

Read more here: https://stop-using-nix-env.privatevoid.net/
2024-02-25 06:28:14 +01:00
.github/workflows Adding qt dependencies. 2022-12-11 17:40:18 +01:00
build Fixing no TIOCSTI function for Bash which resolves #485 + getting ready for 3.1.0 release 2023-04-18 23:24:51 +02:00
doc Finishing bash/Bash convetions. 2019-12-16 22:40:43 +01:00
etc/bash-completion.d Adding --is-tiocsti parameter (injects in prompt, which is undesired), updating year to 2023, removing WIP defines for TIOCSTI debugging #478 2023-04-15 18:06:42 +02:00
man Initial HSTR version which works w/o TIOCSTI #478 2023-04-15 18:06:42 +02:00
snap Adding --is-tiocsti parameter (injects in prompt, which is undesired), updating year to 2023, removing WIP defines for TIOCSTI debugging #478 2023-04-15 18:06:42 +02:00
src Fixing no TIOCSTI function for Bash which resolves #485 + getting ready for 3.1.0 release 2023-04-18 23:24:51 +02:00
test Initial HSTR version which works w/o TIOCSTI #478 2023-04-15 18:06:42 +02:00
.gitattributes Fixing tests and adding GitHub Actions build which resolves #472 2022-12-11 17:34:59 +01:00
.gitignore Adding --is-tiocsti parameter (injects in prompt, which is undesired), updating year to 2023, removing WIP defines for TIOCSTI debugging #478 2023-04-15 18:06:42 +02:00
_config.yml Set theme jekyll-theme-hacker 2017-11-01 12:06:02 +01:00
Changelog Polishing 3.1.0 changelog. 2023-04-18 23:24:51 +02:00
check-bash-lab-experiments WIP w/o TIOCSTIO: bash OK, zsh PROBLEM; 3.0.0 version file changes. 2023-04-15 18:06:42 +02:00
CONFIGURATION.md Per shell configuration option. 2023-04-18 23:26:18 +02:00
configure.ac WIP w/o TIOCSTIO: bash OK, zsh PROBLEM; 3.0.0 version file changes. 2023-04-15 18:06:42 +02:00
hstr.pro Fixing no TIOCSTI function for Bash which resolves #485 + getting ready for 3.1.0 release 2023-04-18 23:24:51 +02:00
INSTALLATION.md update Nix installation instructions (#512) 2024-02-25 06:28:14 +01:00
LICENSE Initial commit 2013-12-02 14:47:51 -08:00
Makefile.am Adding excluded Bash autocomplete configuration. 2018-08-26 17:02:48 +02:00
pad.xml Fixing no TIOCSTI function for Bash which resolves #485 + getting ready for 3.1.0 release 2023-04-18 23:24:51 +02:00
PKGBUILD Fixing no TIOCSTI function for Bash which resolves #485 + getting ready for 3.1.0 release 2023-04-18 23:24:51 +02:00
README.md Per shell configuration option. 2023-04-18 23:25:53 +02:00
SECURITY.md Fixing no TIOCSTI function for Bash which resolves #485 + getting ready for 3.1.0 release 2023-04-18 23:24:51 +02:00

HSTR

GitHub Actions CI for Ubuntu 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:

Check also packages for Linux and Unix.

Configuration

Configure HSTR just by running:

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

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

For detailed HSTR configuration documentation please refer to Configuration.

In the News

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

Documentation

Check man page:

man hstr

User videos: Zack, Dvorka and Yu-Jie Lin.

Bugs

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