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 a69b6495029b35fe681d3a78b22eee701bfd6415

Update to "live" Ubuntu releases.
Author: Martin Dvorak
Author date (UTC): 2015-11-23 19:58
Committer name: Martin Dvorak
Committer date (UTC): 2015-11-23 19:58
Parent(s): 53ad858346706f575a292ad0e027490772af6abc
Signing key:
Tree: 15bf6b4e6d9a0fe52dcfb2eb39583783b5da9f76
File Lines added Lines deleted
dist/ubuntu-make-all-distros.sh 2 2
File dist/ubuntu-make-all-distros.sh changed (mode: 100755) (index 536b570..464a89a)
... ... export HHBZRMSG="History management and color themes fixes."
13 13 export VERSION=1.18. export VERSION=1.18.
14 14 export MINOR=2 export MINOR=2
15 15
16 # precise quantal saucy precise / trusty utopic vivid wily
17 for DISTRO in trusty utopic vivid
16 # precise quantal saucy precise utopic / trusty vivid wily
17 for DISTRO in trusty vivid 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