Martin Dvorak

Results 194 comments of Martin Dvorak

There seems to be a lot of duplicates in `PROMPT_COMMAND` environment variable. Can you please check (eventually share) `.bashrc`/`.bash_profile` for `PROMPT_COMMAND` changes? BTW, the problem is with this semicolon: `...history...

Perhaps I can make it configurable. The purpose of `history -r` is to get history items from shell sessions in other terminals to the current one. I agree that it...

@pkral78 Oh, your are right - it's reproducible! I created https://github.com/dvorka/hstr/issues/386. Thank you for the report! > And by the way: this is most useful utility I've found ever. Magic...

@imp- thank you for the contribution! However, I would like to know, how can I fix the PKGBUILD to make it architecture independent. HSTR can be build on ARM, i386...

This suggestions would solve a number of user enhancement requests - @pknowles thank you!

@savchenko :+1: makes sense!

Unfortunately it doesn't seem to be worth it as `ncurses` leaves a lot of leaks if its special build is not used (test would require filtering out all ncurses related...

Your: ``` "^A"-"^C" self-insert "^R" "^A hstr -- ^J" ``` Mine: (`$ bindkey | grep A`) ``` "^A" beginning-of-line "^R" "^A hstr -- ^J" "^[A" accept-and-hold "^[OA" up-line-or-beginning-search "^[[A" up-line-or-history...

Yes, it makes perfect sense! Thank you for a great suggestion.

I just pushed an initial version of reverse view - check screenshot below. If you are able to build from source, please give it a try. Feedback and bugreports will...