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

Please consider adding support for the `fzf` [syntax](https://github.com/junegunn/fzf#search-syntax). For some people, this is now a muscle memory. Search syntaxUnless otherwise specified, fzf starts in "extended-search mode" where you can type...

:rocket: feature
:rescue_worker_helmet: triage

When I try and edit (using the left arrow) the following command: ``` http POST "localhost:5000/fp" ``` there is no quote escaping so I get ``` > fc "http POST...

Even if now most of the code has guards like in: https://github.com/dvorka/hstr/blob/4dca4c72d7db104b2c1043551d0d8dc611e0e260/src/hstr_utils.c#146 There's still one spot where the usage of TIOCSTI is not guarded: https://github.com/dvorka/hstr/blob/4dca4c72d7db104b2c1043551d0d8dc611e0e260/src/hstr_utils.c#L170 ---- For context, found this...

:beetle: bug
:white_square_button: cygwin
:finnadie: blocker

Could you please pull https://github.com/xaizek/hstr/commit/34bec7e6d14007b22a309239c996dd46eb496e60 in master? Ref.: https://github.com/dvorka/hstr/compare/master...xaizek:hstr:exit-codes

:octocat: enhancement
:feelsgood: high

The hstr command does not seem to include syntax highlighting by default. All the text is simply white with matches in red. Is there a way to add syntax highlighting...

:octocat: enhancement
:hurtrealbad: medium

I just installed hstr 3.0 on my Arch Linux system w/o TIOCSTI and replaced the hstr config in my `.bashrc` with the output of `hstr --show-configuration`. Then I opened a...

:beetle: bug
:finnadie: blocker

Compiler log: ``` ➜ hstr git:(dev-3.2.0) make clean all rm -f hashset.o hstr_blacklist.o hstr_curses.o hstr_favorites.o hstr_history.o hstr_regexp.o hstr_utils.o hstr.o radixsort.o main.o rm -f *~ core *.core ccache gcc -c -pipe...

:octocat: enhancement

precondition: ``` $ PROMPT_COMMAND='stty echo'

:octocat: enhancement

I read `src/hstr_utils.c` as if there shouldn't be a `space` character written, but sometimes there is: $ for i in {0..999}; do hstr --is-tiocsti; done | tr -cd 'y' sample...

:beetle: bug
:rescue_worker_helmet: triage

If the command contains space and call hstr (pressing ``), there would double quote in hstr screen. I have to delete it manually to get my history. As following example....

:beetle: bug