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

Reconfiguration for 1.18 release.
Author: Martin Dvorak
Author date (UTC): 2015-11-23 19:56
Committer name: Martin Dvorak
Committer date (UTC): 2015-11-23 19:56
Parent(s): 5892e5d98c828bf239a643eaf03b6585ba26f5e6
Signing key:
Tree: a3edf2de06bcea0e24948770ef7fa130a749f274
File Lines added Lines deleted
debian/control 2 2
debian/control.debian 0 0
debian/copyright 1 1
debian/copyright.debian 0 0
dist/ubuntu-make-all-distros.sh 2 2
File debian/control changed (mode: 100644) (index ed9021f..9a15f7c)
1 Source: hstr
1 Source: hh
2 2 Section: utils Section: utils
3 3 Priority: optional Priority: optional
4 4 Maintainer: Martin Dvorak <martin.dvorak@mindforger.com> Maintainer: Martin Dvorak <martin.dvorak@mindforger.com>
 
... ... Homepage: https://github.com/dvorka/hstr
8 8 Vcs-Git: https://github.com/dvorka/hstr.git Vcs-Git: https://github.com/dvorka/hstr.git
9 9 Vcs-Browser: https://github.com/dvorka/hstr Vcs-Browser: https://github.com/dvorka/hstr
10 10
11 Package: hstr
11 Package: hh
12 12 Architecture: any Architecture: any
13 13 Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
14 14 Description: Suggest box like shell history completion Description: Suggest box like shell history completion
File debian/control.debian copied from file debian/control (similarity 100%)
File debian/copyright changed (mode: 100644) (index 0710208..9b58adb)
1 1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: hstr
2 Upstream-Name: hh
3 3 Source: https://github.com/dvorka/hstr Source: https://github.com/dvorka/hstr
4 4
5 5 Files: debian/* Files: debian/*
File debian/copyright.debian copied from file debian/copyright (similarity 100%)
File dist/ubuntu-make-all-distros.sh changed (mode: 100755) (index 6ad05cb..536b570)
11 11
12 12 export HHBZRMSG="History management and color themes fixes." export HHBZRMSG="History management and color themes fixes."
13 13 export VERSION=1.18. export VERSION=1.18.
14 export MINOR=1
14 export MINOR=2
15 15
16 16 # precise quantal saucy precise / trusty utopic vivid wily # precise quantal saucy precise / trusty utopic vivid wily
17 for DISTRO in wily
17 for DISTRO in trusty utopic vivid
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