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 12913e85d45bb64b1fb775c0a615b800d6a813f7

Towards Ubuntu XX release.
Author: Martin Dvorak
Author date (UTC): 2016-04-27 05:28
Committer name: Martin Dvorak
Committer date (UTC): 2016-04-27 05:28
Parent(s): 8f7a051f7cf7ce6fcbc8b306c423b463111477ff
Signing key:
Tree: 0910fcb9398f801910438523db46fc9a96ddd5c2
File Lines added Lines deleted
Changelog 7 0
PKGBUILD 1 1
dist/ubuntu-add-new-distro-base.sh 1 1
dist/ubuntu-make-all-distros.sh 2 2
File Changelog changed (mode: 100644) (index c4581c1..a54beef)
1 2016-04-27 Martin Dvorak <martin.dvorak@mindforger.com>
2
3 * Released v1.20 - Bottom prompt
4 * This release rewrite of screen rendering allowing to
5 choose prompt and help location - top or bottom. In
6 addition Ubuntu 16.04 LST is supported.
7
1 8 2015-11-25 Martin Dvorak <martin.dvorak@mindforger.com> 2015-11-25 Martin Dvorak <martin.dvorak@mindforger.com>
2 9
3 10 * Released v1.19 - Stabilization release * Released v1.19 - Stabilization release
File PKGBUILD changed (mode: 100644) (index f6f7add..146f764)
1 1 # Maintainer: Christian Wieden <wiedenchr at gmail dot com # Maintainer: Christian Wieden <wiedenchr at gmail dot com
2 2 # Contributer: Ricardo Band <me at xengi dot de> # Contributer: Ricardo Band <me at xengi dot de>
3 3 pkgname=hh pkgname=hh
4 pkgver=1.19
4 pkgver=1.20
5 5 pkgrel=1 pkgrel=1
6 6 pkgdesc="A command line utility that brings improved BASH command completion from the history. It aims to make completion easier and more efficient than Ctrl-r." pkgdesc="A command line utility that brings improved BASH command completion from the history. It aims to make completion easier and more efficient than Ctrl-r."
7 7 arch=('any') arch=('any')
File dist/ubuntu-add-new-distro-base.sh changed (mode: 100755) (index d9bae9b..cf4e871)
1 1 #!/bin/bash #!/bin/bash
2 2
3 3 # boostrap new OR refresh distribution base for pbuilder # boostrap new OR refresh distribution base for pbuilder
4 export DISTRO=trusty
4 export DISTRO=xenial
5 5
6 6 sudo pbuilder --create $DISTRO sudo pbuilder --create $DISTRO
7 7 rm -vf ~/pbuilder/${DISTRO}-base.tgz rm -vf ~/pbuilder/${DISTRO}-base.tgz
File dist/ubuntu-make-all-distros.sh changed (mode: 100755) (index 282583d..a5a2419)
... ... export HHBZRMSG="Buffer overflow fix of regexp mode."
13 13 export VERSION=1.20. export VERSION=1.20.
14 14 export MINOR=1 export MINOR=1
15 15
16 # precise quantal saucy precise utopic / trusty vivid wily
17 for DISTRO in trusty vivid wily
16 # precise quantal saucy precise utopic / trusty vivid wily xenial
17 for DISTRO in xenial
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