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 c0c6db116aa3c9557c0f94892114fe28cabd6a65

PPA update to the current release.
Author: Martin Dvorak
Author date (UTC): 2018-02-18 10:28
Committer name: Martin Dvorak
Committer date (UTC): 2018-02-18 10:28
Parent(s): 069ad24822f9674b55d1d41f8d77c373fa9c4b62
Signing key:
Tree: acab9e8341156ff88bcc4e394d1ae39a5df7a8dd
File Lines added Lines deleted
dist/ubuntu-make-all-distros.sh 2 2
src/hstr.c 1 1
File dist/ubuntu-make-all-distros.sh changed (mode: 100755) (index 3d2421f..93f0e78)
... ... export HHBZRMSG="Top and bottom prompt."
19 19 export VERSION=1.24. export VERSION=1.24.
20 20 export MINOR=0 export MINOR=0
21 21
22 # precise quantal saucy precise utopic vivid wily yakkety / trusty xenial zesty artful
23 for DISTRO in trustry xenial zesty artful
22 # precise quantal saucy precise utopic vivid wily yakkety zesty / trusty xenial artful
23 for DISTRO in trustry xenial artful
24 24 do do
25 25
26 26 ./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}" ./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}"
File src/hstr.c changed (mode: 100644) (index c8bdd25..a704ca4)
... ... static const char *HELP_STRING=
247 247 "\n"; "\n";
248 248
249 249 static const char *VERSION_STRING= static const char *VERSION_STRING=
250 "hh version \"1.24\" (2018-01-03T12:19:00)"
250 "hh version \"1.24\" (2018-02-18T11:00:00)"
251 251 "\n"; "\n";
252 252
253 253 // TODO help screen - curses window (tig) // TODO help screen - curses window (tig)
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