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 7e91f2bcd3a659e55dbff2c355ba7ba038534f14

New version, changelog and PPA add script.
Author: Martin Dvorak
Author date (UTC): 2013-12-25 23:12
Committer name: Martin Dvorak
Committer date (UTC): 2013-12-25 23:12
Parent(s): cfbf25d65b6d6ff55e3a2ebb52a5a06126d105dc
Signing key:
Tree: 197d7e0a8b72019f9eef15c753012afa92a9807d
File Lines added Lines deleted
bin/deb-push.sh 7 0
bin/ppa-add.sh 6 0
debian/changelog 2 2
File bin/deb-push.sh added (mode: 100755) (index 0000000..b8ee84b)
1 #!/bin/bash
2
3 cd ../..
4 bzr push lp:~ultradvorka/+junk/hh-package
5 dput ppa:ultradvorka hh_0.7-1ubuntu2_source.changes
6
7 # eof
File bin/ppa-add.sh added (mode: 100755) (index 0000000..2773667)
1 #!/bin/bash
2
3 sudo add-apt-repository ppa:ultradvorka/ppa
4 sudo apt-get update
5
6 # eof
File debian/changelog changed (mode: 100644) (index 529c1d2..b0f3bae)
1 hh (0.7-0ubuntu1) raring; urgency=low
1 hh (0.7-1ubuntu2) raring; urgency=low
2 2
3 * Initial release.
3 * Fixing history and curses includes.
4 4
5 5 -- Martin Dvorak (Dvorka) <martin.dvorak@mindforger.com> Wed, 25 Dec 2013 17:21:31 +0100 -- Martin Dvorak (Dvorka) <martin.dvorak@mindforger.com> Wed, 25 Dec 2013 17:21:31 +0100
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