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 0b0927712350246c8ba7365ace91f09c5b0ee4eb

Adding Fedora & comp. to index.
Author: Martin Dvorak
Author date (UTC): 2015-05-09 12:40
Committer name: Martin Dvorak
Committer date (UTC): 2015-05-09 12:40
Parent(s): e6f6ae4794495f950f485e708e0adf03d5696034
Signing key:
Tree: bafe078f3d73b041ecd4a4cc744dd6c49509ba22
File Lines added Lines deleted
INSTALLATION.md 2 2
File INSTALLATION.md changed (mode: 100644) (index 8a308e2..27c3e59)
1 1 INSTALLATION INSTALLATION
2 2 ============ ============
3 Install `hh` using [distribution](#distribution-installation), from [source code](#installation-from-source-code),
4 on [Ubuntu](#ubuntu), [Debian/Mint](#debianmint), [Arch Linux](#arch-linux)
3 Install `hh` using [binary distribution](#distribution-installation), from [source code](#installation-from-source-code),
4 on [Ubuntu](#ubuntu), [Fedora/RHEL/CentOS](#fedorarhelcentos), [Debian/Mint](#debianmint), [Arch Linux](#arch-linux)
5 5 or [Mac OS](#mac-os). or [Mac OS](#mac-os).
6 6
7 7
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