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 1b9469e90551112737f785170537d6b54853c21a

Update README.md
Author: Martin Dvorak
Author date (UTC): 2018-03-17 16:56
Committer name: GitHub
Committer date (UTC): 2018-03-17 16:56
Parent(s): 2ae5f1a7a3437d9a216b0366dbe052a177698eac
Signing key: 4AEE18F83AFDEB23
Tree: 72cd5ad9a02e6b9a1db05243decc2866193e18fc
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index 2d59c69..f2cc479)
1 1 hstr hstr
2 2 ==== ====
3 Easily view, navigate, search and use your command history with shell history suggest box for Bash and
3 Easily view, navigate, search and use your **command history** with shell history suggest box for Bash and
4 4 [Zsh](CONFIGURATION.md#zsh-history-settings). [Zsh](CONFIGURATION.md#zsh-history-settings).
5 5
6 6 [![Shell History Suggest Box](http://me.mindforger.com/projects/images/hh-animated-01.gif "Shell History Suggest Box @ YouTube")](http://www.youtube.com/watch?v=sPF29NyXe2U) [![Shell History Suggest Box](http://me.mindforger.com/projects/images/hh-animated-01.gif "Shell History Suggest Box @ YouTube")](http://www.youtube.com/watch?v=sPF29NyXe2U)
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