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 00c6df80966692016945ae417f2ed7e221cf814e

1.18 release updates.
Author: Martin Dvorak
Author date (UTC): 2015-11-23 19:29
Committer name: Martin Dvorak
Committer date (UTC): 2015-11-23 19:29
Parent(s): 9af36f365f03aae8d47262a09b88091a1151554c
Signing key:
Tree: 1944f64b6d9b040f3153ef776dae3b3be0524a44
File Lines added Lines deleted
dist/debian-env.sh 1 1
dist/ubuntu-make-all-distros.sh 2 2
pad.xml 2 2
File dist/debian-env.sh changed (mode: 100755) (index 4589c6e..9f95114)
2 2
3 3 # Debian release: https://wiki.debian.org/IntroDebianPackaging # Debian release: https://wiki.debian.org/IntroDebianPackaging
4 4
5 export HHVERSION="1.17.0"
5 export HHVERSION="1.18.0"
6 6 #export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload #export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
7 7 export HHFULLVERSION=${HHVERSION}-1 # mantainer upload export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
8 8 export HH=hstr_${HHVERSION} export HH=hstr_${HHVERSION}
File dist/ubuntu-make-all-distros.sh changed (mode: 100755) (index 591087e..017c265)
10 10 # - run this script from ~/p/hstr/launchpad # - run this script from ~/p/hstr/launchpad
11 11
12 12 export HHBZRMSG="History management and color themes fixes." export HHBZRMSG="History management and color themes fixes."
13 export VERSION=1.17.
14 export MINOR=6
13 export VERSION=1.18.
14 export MINOR=1
15 15
16 16 # precise quantal saucy precise / trusty utopic vivid # precise quantal saucy precise / trusty utopic vivid
17 17 for DISTRO in trusty utopic vivid for DISTRO in trusty utopic vivid
File pad.xml changed (mode: 100644) (index 57658f0..eff9249)
2 2 <!-- <!--
3 3 pad.xml PAD file for HSTR pad.xml PAD file for HSTR
4 4
5 Copyright (C) 2014 Martin Dvorak <martin.dvorak@mindforger.com>
5 Copyright (C) 2015 Martin Dvorak <martin.dvorak@mindforger.com>
6 6
7 7 Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
8 8 you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
 
51 51 </Company_Info> </Company_Info>
52 52 <Program_Info> <Program_Info>
53 53 <Program_Name>HSTR</Program_Name> <Program_Name>HSTR</Program_Name>
54 <Program_Version>1.17</Program_Version>
54 <Program_Version>1.18</Program_Version>
55 55 <Program_Release_Month>05</Program_Release_Month> <Program_Release_Month>05</Program_Release_Month>
56 56 <Program_Release_Day>09</Program_Release_Day> <Program_Release_Day>09</Program_Release_Day>
57 57 <Program_Release_Year>2015</Program_Release_Year> <Program_Release_Year>2015</Program_Release_Year>
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