xaizek / hstr (License: Apachev2) (since 2018-12-07)
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Commit dd7df0f8b7ee7db93a31162eae1ac05ae620f7b7

MD
Author: Martin Dvorak
Author date (UTC): 2014-02-18 21:49
Committer name: Martin Dvorak
Committer date (UTC): 2014-02-18 21:49
Parent(s): 937d2b2a3d3b00b0f7ddfd97490f89622ed2b96c
Signing key:
Tree: 71d2b43af6989bac1dd5ff5da34a4c7ec17680e5
File Lines added Lines deleted
README.md 4 0
File README.md changed (mode: 100644) (index 8499a57..2904a95)
... ... hh --show-configuration >> ~/.bashrc
80 80 ```bash ```bash
81 81 bind '"\C-r": "\C-ahh \C-j"' bind '"\C-r": "\C-ahh \C-j"'
82 82 ``` ```
83 or `Ctrl-Alt-r`:
84 ```bash
85 bind '"\e\C-r":"\C-ahh \C-j"'
86 ```
83 87 or `Ctrl-F12`: or `Ctrl-F12`:
84 88 ```bash ```bash
85 89 bind '"\e[24;5~":"\C-ahh \C-j"' bind '"\e[24;5~":"\C-ahh \C-j"'
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/hstr

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/hstr

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master