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 327b1a7e5d0ef7052e2f8ef279eff8002dd08251

Moving user scripts to bin/ dir.
Author: Martin Dvorak
Author date (UTC): 2014-01-09 21:15
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-09 21:15
Parent(s): 9428399e1c2a206972974ca419ae5bf9c47c0c3f
Signing key:
Tree: 666b659a88d991072b41b9e89d1a7c2bce608995
File Lines added Lines deleted
bin/ppa-add.sh 6 0
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
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