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 b97d2d3eedfccb1c0f6e36c00c83af50171d1723

Polishing doc.
Author: Martin Dvorak
Author date (UTC): 2015-01-07 22:53
Committer name: Martin Dvorak
Committer date (UTC): 2015-01-07 22:53
Parent(s): 385f7a0f0bda98b2f9c7330023a567620dd9e4f0
Signing key:
Tree: d4012a9e38dbbad59365b40b4701863063d18da8
File Lines added Lines deleted
INSTALLATION.md 2 2
File INSTALLATION.md changed (mode: 100644) (index 41940b5..2cc21e4)
1 hh INSTALLATION
2 ===============
1 INSTALLATION
2 ============
3 3 Install `hh` using [distribution](#distribution-installation), from [source code](#installation-from-source-code), Install `hh` using [distribution](#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).
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