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 b845491e6fe0ebfcb059776904ccd4a382d7e97f

Sha256 fix
sha256sum 1.24.tar.gz: 6c130afd8ca570ee1988a0c7d6a96efeeabd21be7e05ce1f3144bb3c86c74441
Author: Busindre
Author date (UTC): 2018-03-15 15:01
Committer name: GitHub
Committer date (UTC): 2018-03-15 15:01
Parent(s): 00c867dc78e6537d685867ac530961beb05be437
Signing key: 4AEE18F83AFDEB23
Tree: ec8c45142c0e54b0380c9281b7d4a9e3f4aadfd8
File Lines added Lines deleted
PKGBUILD 1 1
File PKGBUILD changed (mode: 100644) (index 79165b0..d5d1a1b)
... ... url="https://github.com/dvorka/hstr"
11 11 license=('Apache') license=('Apache')
12 12 makedepends=('autoconf' 'automake' 'ncurses' 'readline') makedepends=('autoconf' 'automake' 'ncurses' 'readline')
13 13 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dvorka/${pkgname}/archive/${pkgver}.tar.gz) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dvorka/${pkgname}/archive/${pkgver}.tar.gz)
14 sha256sums=('f0e9762f2a9587f0995bbd51cb64526ae852c2425ceb8ceee0747efba80ac6b3')
14 sha256sums=('6c130afd8ca570ee1988a0c7d6a96efeeabd21be7e05ce1f3144bb3c86c74441')
15 15
16 16 prepare() { prepare() {
17 17 cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"
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