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 5892e5d98c828bf239a643eaf03b6585ba26f5e6

Wily.
Author: Martin Dvorak
Author date (UTC): 2015-11-23 19:32
Committer name: Martin Dvorak
Committer date (UTC): 2015-11-23 19:32
Parent(s): 00c6df80966692016945ae417f2ed7e221cf814e
Signing key:
Tree: 750699b6dbfb3018a5d992322191f9edc0c61217
File Lines added Lines deleted
dist/ubuntu-make-all-distros.sh 2 2
File dist/ubuntu-make-all-distros.sh changed (mode: 100755) (index 017c265..6ad05cb)
... ... export HHBZRMSG="History management and color themes fixes."
13 13 export VERSION=1.18. export VERSION=1.18.
14 14 export MINOR=1 export MINOR=1
15 15
16 # precise quantal saucy precise / trusty utopic vivid
17 for DISTRO in trusty utopic vivid
16 # precise quantal saucy precise / trusty utopic vivid wily
17 for DISTRO in wily
18 18 do do
19 19
20 20 ./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}" ./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}"
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