hstr icon indicating copy to clipboard operation
hstr copied to clipboard

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

Results 139 hstr issues
Sort by recently updated
recently updated
newest added

Deciding upfront whether the kernel supports TIOCSTI or not might be difficult, so what about using this as bash init code? ``` #### # hstr configuration alias hh=hstr # hh...

:octocat: enhancement

1. Prepare a zsh history file (~/.zsh_history) that contains an entry such as `vim ~/.zsh_history` 2. Run hstr by `./src/hstr AAAAAA` 3. Add a new favorite from history (Ctrl-J then...

``` ➜ hstr-ori git:(master) ✗ ./src/hstr -n ================================================================= ==123306==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6020000003f2 at pc 0x55a873ba9774 bp 0x7ffc36045bc0 sp 0x7ffc36045bb8 READ of size 1 at 0x6020000003f2 thread T0 #0...

1. Launch hstr with favorites view `./src/hstr -f'. Both history and favorites files (~/.zsh_history and ~/.hstr_favorites) are empty. 2. Search a string (e.g., 'AAA`) 3. Switch to the ranking view...

:beetle: bug
:feelsgood: high

It seems that Stretch is the version supported (which met his end of life at 1-7-20022). Indeed, if you add it, it offers v.2.4. PS. Building hstr locally, always works...

:snail: debian
:feelsgood: high
distro

Hi, I use _tmux_ with _Oh My Zsh_ and have activated history per panel; each panel has its own command history. Unfortunately, _hstr_ does not seem to take account of...

:grey_question: question
% zsh

Instead of one global favorites file... - Allow favorites file per folder - Build favorites list by appending all favorite files in folder hierarchy all the way to $HOME (favorites...

:octocat: enhancement

OS: Steam Deck OS (based on Arch) ``` sudo pacman -S autoconf automake $ git clone https://github.com/dvorka/hstr.git $ cd hstr $ cd ./build/tarball && ./tarball-automake.sh && cd ../.. configure.ac:33: installing...

Prerequisites: Your history file has to be short, so that when you invoke `hstr`, there should be at least two empty lines on the top. Steps to reproduce: 1. Run...

Reproducible as follows: - write a patter that no history entry matches i.e. selection is empty - use UP/DOWN keys (repeatedly) - although there is empty selection, `hh` unexpectedly shows...

:beetle: bug
:hurtrealbad: medium