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 b49a2b499b835e533a3d13c73ccc773b3e08077e

Fixing version.
Author: Martin Dvorak
Author date (UTC): 2014-04-14 20:06
Committer name: Martin Dvorak
Committer date (UTC): 2014-04-14 20:06
Parent(s): 895eebec11cb5e44408c49c672d3db0216c99135
Signing key:
Tree: 966e618c5ee865fb28c26d2e0983ee2e5af597f4
File Lines added Lines deleted
src/hstr.c 1 1
File src/hstr.c changed (mode: 100644) (index e8dccca..bc9eeca)
... ... static const char *HELP_STRING=
122 122 "\n"; "\n";
123 123
124 124 static const char *VERSION_STRING= static const char *VERSION_STRING=
125 "hh version \"1.8\""
125 "hh version \"1.10\""
126 126 "\n build \""__DATE__" " __TIME__"\"" "\n build \""__DATE__" " __TIME__"\""
127 127 "\n"; "\n";
128 128
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