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 48df2d5082f7e72fd5fd00bf04f0d7ae38ea492d

More broken links.
Author: Martin Dvorak
Author date (UTC): 2015-01-07 21:49
Committer name: Martin Dvorak
Committer date (UTC): 2015-01-07 21:49
Parent(s): 487638214af8f55e5b2f4b1da22ce569be27b825
Signing key:
Tree: 0246f879cd9761bd57ac46f41605a568a96d99c9
File Lines added Lines deleted
INSTALLATION.md 2 2
File INSTALLATION.md changed (mode: 100644) (index 25b4c92..d7c8a76)
1 1 hh INSTALLATION hh INSTALLATION
2 2 =============== ===============
3 Install `hh` using [distribution-installation](#distribution-installation), from [source code](#installation-from-source-code),
3 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).
6 6
 
... ... Install `hh` using:
33 33 Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION). Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
34 34
35 35
36 DISTRIBUTION INSTALLATION
36 DISTRIBUTION INSTALLATION
37 37 ------------------------- -------------------------
38 38 Download latest distribution from project Releases section: Download latest distribution from project Releases section:
39 39
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