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 53b8ca470ea05187969e193dee3b3fddee7317e6

Version++
Author: Martin Dvorak
Author date (UTC): 2014-04-27 06:30
Committer name: Martin Dvorak
Committer date (UTC): 2014-04-27 06:30
Parent(s): 1715e693f3d4c01ad3e9773eabdd5d7738b854da
Signing key:
Tree: 226aa7d990e5c6069c3cb8b126929ca6ba105bd2
File Lines added Lines deleted
src/hstr.c 1 1
File src/hstr.c changed (mode: 100644) (index 65de3f2..4664360)
... ... static const char *HELP_STRING=
145 145 "\n"; "\n";
146 146
147 147 static const char *VERSION_STRING= static const char *VERSION_STRING=
148 "hh version \"1.11\""
148 "hh version \"1.12\""
149 149 "\n build \""__DATE__" " __TIME__"\"" "\n build \""__DATE__" " __TIME__"\""
150 150 "\n"; "\n";
151 151
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