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 e6f6ae4794495f950f485e708e0adf03d5696034

Polishing installation MD for Fedora & comp.
Author: Martin Dvorak
Author date (UTC): 2015-05-09 12:37
Committer name: Martin Dvorak
Committer date (UTC): 2015-05-09 12:37
Parent(s): 95133302b94099d35abe77f3cf5a78dd74ed42ba
Signing key:
Tree: 30e668cbca32b81e17b99b2ff8bee29b5a6873f6
File Lines added Lines deleted
INSTALLATION.md 6 4
File INSTALLATION.md changed (mode: 100644) (index 5261759..8a308e2)
... ... sudo apt-get install hh
15 15 ``` ```
16 16 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).
17 17
18 FEDORA & RHEL
19 -------------
20 18
21 With ```dnf``` available:
19
20 FEDORA/RHEL/CENTOS
21 ------------------
22 With `dnf` available:
22 23
23 24 ```bash ```bash
24 25 sudo dnf copr enable tbabej/hstr -y sudo dnf copr enable tbabej/hstr -y
25 26 sudo dnf install hstr -y sudo dnf install hstr -y
26 27 ``` ```
27 28
28 For Fedora based systems without dnf available:
29 For Fedora based systems without `dnf`:
29 30
30 31 1. Download the repo directly from the 1. Download the repo directly from the
31 32 [copr page](https://copr.fedoraproject.org/coprs/tbabej/hstr/) [copr page](https://copr.fedoraproject.org/coprs/tbabej/hstr/)
 
... ... and save it into ```/etc/yum.repos.d/``` directory.
33 34 1. ```sudo yum install hstr -y``` 1. ```sudo yum install hstr -y```
34 35
35 36
37
36 38 INSTALLATION FROM SOURCE CODE INSTALLATION FROM SOURCE CODE
37 39 ----------------------------- -----------------------------
38 40 Clone Git repository: Clone Git repository:
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