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 895eebec11cb5e44408c49c672d3db0216c99135

Fixing broken reference to 1-dist.sh
Author: Martin Dvorak
Author date (UTC): 2014-04-14 20:03
Committer name: Martin Dvorak
Committer date (UTC): 2014-04-14 20:03
Parent(s): 37f684216a1dedb47781957571fd038a5047a417
Signing key:
Tree: d21b39ad9a600fe3a86f3fa23b20c229cc57b4de
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index 47949e5..ad3e75c)
... ... git clone https://github.com/dvorka/hstr.git
40 40
41 41 * create build files using: * create build files using:
42 42 ```bash ```bash
43 cd ./dist && ./dist-1.sh && cd ..
43 cd ./dist && ./1-dist.sh && cd ..
44 44 ``` ```
45 45
46 46 * install `hh` using: * install `hh` using:
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