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 96de5b370e8bf02ddcf7fd97473d15f1f42374c6

Removing developer files on DEB build (not needed in the distro).
Author: Martin Dvorak
Author date (UTC): 2015-09-17 17:22
Committer name: Martin Dvorak
Committer date (UTC): 2015-09-17 17:22
Parent(s): 9d193f695649c739ec742e233e7462a89e8f04c9
Signing key:
Tree: 5aea1bcf67abd52d4424ee9a9585964492907c2b
File Lines added Lines deleted
dist/2-debian-build-deb.sh 3 0
dist/debian-make-distro.sh 1 1
File dist/2-debian-build-deb.sh changed (mode: 100755) (index c5296f1..62260af)
... ... cp -vf debian/rules ../debian/rules
40 40 cp -vf debian/hstr.dirs ../debian/hstr.dirs cp -vf debian/hstr.dirs ../debian/hstr.dirs
41 41 cp -vf debian/watch ../debian/watch cp -vf debian/watch ../debian/watch
42 42
43 # cleanup
44 rm -vrf ../dist ../bin ../doc ../pad.xml
45
43 46 cd ../.. cd ../..
44 47 mv hstr ${HH} mv hstr ${HH}
45 48 cd ${HH} cd ${HH}
File dist/debian-make-distro.sh changed (mode: 100755) (index 139208b..a1bd341)
... ... mv hstr ${HH}
14 14 tar zcf ${HH}.tgz ${HH} tar zcf ${HH}.tgz ${HH}
15 15 rm -rvf ${HH} rm -rvf ${HH}
16 16
17 #bzr dh-make -v packagename version tarball
17 # bzr dh-make -v packagename version tarball
18 18 bzr dh_make -v hstr ${HHVERSION} ${HH}.tgz bzr dh_make -v hstr ${HHVERSION} ${HH}.tgz
19 19
20 20 # rewrite to native dh_make: # rewrite to native dh_make:
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