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 74e105c74c85f067c60424474629c24b75b9fc1a

README: Fix copy-paste error
Author: Tomas Babej
Author date (UTC): 2014-10-04 08:32
Committer name: Tomas Babej
Committer date (UTC): 2014-10-04 08:32
Parent(s): 796556dae00fc397686cb573cd5d0488536ba4a0
Signing key:
Tree: 05d14f78ce188821963722bc3e94803d2315377b
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index 8705530..ae39821)
... ... export HH_CONFIG=warning
191 191 ``` ```
192 192 show debug messages: show debug messages:
193 193 ```bash ```bash
194 export HH_CONFIG=warning
194 export HH_CONFIG=debug
195 195 ``` ```
196 196 more colors and case sensitive search: more colors and case sensitive search:
197 197 ```bash ```bash
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