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 44dd84e653f392e44f573883bc40d07641166efc

Getting ready for 1.22 release.
Author: Martin Dvorak
Author date (UTC): 2017-02-02 20:44
Committer name: Martin Dvorak
Committer date (UTC): 2017-02-02 20:44
Parent(s): 0a0711736f41ecd3f27409cc1b08ebf31a4f189d
Signing key:
Tree: 6ec9834185aa681c62fba217ac335194ad2b9590
File Lines added Lines deleted
Changelog 4 0
PKGBUILD 1 1
dist/ubuntu-make-all-distros.sh 1 1
File Changelog changed (mode: 100644) (index 39a18df..e29a085)
1 2017-01-21 Martin Dvorak <martin.dvorak@mindforger.com>
2
3 * Released v1.22 - Zsh history mgmt improvements (delete).
4
1 5 2016-11-22 Martin Dvorak <martin.dvorak@mindforger.com> 2016-11-22 Martin Dvorak <martin.dvorak@mindforger.com>
2 6
3 7 * Released v1.21 - Ubuntu Yakkety Yak release * Released v1.21 - Ubuntu Yakkety Yak release
File PKGBUILD changed (mode: 100644) (index ad6358b..b64ce0e)
3 3 # Contributor: Filip Szymański <fszymanski at, fedoraproject.org> # Contributor: Filip Szymański <fszymanski at, fedoraproject.org>
4 4
5 5 pkgname=hstr pkgname=hstr
6 pkgver=1.21
6 pkgver=1.22
7 7 pkgrel=1 pkgrel=1
8 8 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."
9 9 arch=('any') arch=('any')
File dist/ubuntu-make-all-distros.sh changed (mode: 100755) (index 66c719e..c9bf48e)
... ... fi
17 17
18 18 export HHBZRMSG="Top and bottom prompt." export HHBZRMSG="Top and bottom prompt."
19 19 export VERSION=1.22. export VERSION=1.22.
20 export MINOR=2
20 export MINOR=1
21 21
22 22 # precise quantal saucy precise utopic / trusty vivid wily xenial yakkety # precise quantal saucy precise utopic / trusty vivid wily xenial yakkety
23 23 for DISTRO in trusty xenial yakkety for DISTRO in trusty xenial yakkety
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