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 17db6de9ce5ff41809f5aff2da0efa0a4471e424

Adding Ubuntu trusty support to MD
Author: Martin Dvorak
Author date (UTC): 2014-03-02 06:47
Committer name: Martin Dvorak
Committer date (UTC): 2014-03-02 06:47
Parent(s): c995b1f3e0aff1318efc7ab6166cab7eb1110dff
Signing key:
Tree: 862231633ccbea956c7af8c351c2ccd815361487
File Lines added Lines deleted
README.md 1 1
dist/ubuntu-env.sh 5 5
File README.md changed (mode: 100644) (index 2ada7ce..7a46876)
... ... than `Ctrl-r`.
15 15
16 16 UBUNTU INSTALLATION UBUNTU INSTALLATION
17 17 ------------------- -------------------
18 * install `hh` on Ubuntu (12.10/13.10):
18 * install `hh` on Ubuntu (12.10/13.10/14.04):
19 19 ```bash ```bash
20 20 sudo add-apt-repository ppa:ultradvorka/ppa sudo add-apt-repository ppa:ultradvorka/ppa
21 21 sudo apt-get update sudo apt-get update
File dist/ubuntu-env.sh changed (mode: 100755) (index 74c5aaf..54af73f)
1 1 #!/bin/bash #!/bin/bash
2 2
3 export HHVERSION="1.7.10"
3 export HHVERSION="1.8.3"
4 4 export HHFULLVERSION=${HHVERSION}-0ubuntu1 export HHFULLVERSION=${HHVERSION}-0ubuntu1
5 5 export HH=hh_${HHVERSION} export HH=hh_${HHVERSION}
6 6 export HHRELEASE=hh_${HHFULLVERSION} export HHRELEASE=hh_${HHFULLVERSION}
 
... ... export NOW=`date +%Y-%m-%d--%H-%M-%S`
9 9 export HHBUILD=hstr-${NOW} export HHBUILD=hstr-${NOW}
10 10
11 11 #export UBUNTUVERSION=quantal #export UBUNTUVERSION=quantal
12 #export UBUNTUVERSION=raring
13 export UBUNTUVERSION=saucy
14 #export UBUNTUVERSION=trusty
12 ##export UBUNTUVERSION=raring
13 #export UBUNTUVERSION=saucy
14 export UBUNTUVERSION=trusty
15 15
16 export HHBZRMSG="Making radix sort allocation more effient and inserts more robust."
16 export HHBZRMSG="Huge history scalability and robustness (optimization and fixes)."
17 17
18 18 # - user email must be the same as in gpg i.e. (Dvorka) must present # - user email must be the same as in gpg i.e. (Dvorka) must present
19 19 # - hh_ must be with underscore (dh_make enforced) # - hh_ must be with underscore (dh_make enforced)
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