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 487638214af8f55e5b2f4b1da22ce569be27b825

Fixing more broken links.
Author: Martin Dvorak
Author date (UTC): 2015-01-07 21:47
Committer name: Martin Dvorak
Committer date (UTC): 2015-01-07 21:47
Parent(s): 3b48cb2b90511312a5bd6738fc6cc7c6dfdb1757
Signing key:
Tree: bff8460198f7d5bf5cda7892d9cea1e0b78455f0
File Lines added Lines deleted
INSTALLATION.md 1 1
File INSTALLATION.md changed (mode: 100644) (index b17ff6e..25b4c92)
1 1 hh INSTALLATION hh INSTALLATION
2 2 =============== ===============
3 Install `hh` using [distribution](#distribution-installation), from [source code](#installation-from-source-code),
3 Install `hh` using [distribution-installation](#distribution-installation), from [source code](#installation-from-source-code),
4 4 on [Ubuntu](#ubuntu), [Debian/Mint](#debianmint), [Arch Linux](#arch-linux) on [Ubuntu](#ubuntu), [Debian/Mint](#debianmint), [Arch Linux](#arch-linux)
5 5 or [Mac OS](#mac-os). or [Mac OS](#mac-os).
6 6
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