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 be0aef5fa0585338adf0ea77bceb069cce329fbc

Adding Win10 support MD documentation.
Author: Martin Dvorak
Author date (UTC): 2017-06-05 04:49
Committer name: Martin Dvorak
Committer date (UTC): 2017-06-05 04:49
Parent(s): d99983de08d3408506d1ff262409ca0a1c3a477d
Signing key:
Tree: 72be19485707f835eebc9d1339dcb9b380384ada
File Lines added Lines deleted
INSTALLATION.md 23 1
README.md 1 0
File INSTALLATION.md changed (mode: 100644) (index 8ad99cb..d30ef18)
... ... INSTALLATION
3 3 Install `hh` using [distribution](#distribution-installation), Install `hh` using [distribution](#distribution-installation),
4 4 from [source code](#installation-from-source-code), on [Ubuntu](#ubuntu), from [source code](#installation-from-source-code), on [Ubuntu](#ubuntu),
5 5 [Fedora/RHEL/CentOS/ScientificLinux](#fedorarhelcentos), [openSUSE](#opensuse), [Debian/Mint](#debianmint), [Fedora/RHEL/CentOS/ScientificLinux](#fedorarhelcentos), [openSUSE](#opensuse), [Debian/Mint](#debianmint),
6 [Gentoo](#gentoo), [Arch Linux](#arch-linux), [Cygwin](#cygwin) or [Mac OS](#mac-os).
6 [Gentoo](#gentoo), [Arch Linux](#arch-linux), [Bash on Ubuntu on Windows (WLS)](#wls), [Cygwin](#cygwin) or [Mac OS](#mac-os).
7 7
8 8
9 9 UBUNTU UBUNTU
 
... ... make
157 157 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).
158 158
159 159
160 WLS
161 ---
162 To install `hh` on [Bash on Ubuntu on Windows (WLS)](https://msdn.microsoft.com/en-us/commandline/wsl/about) clone Git repository:
163 ```bash
164 git clone https://github.com/dvorka/hstr.git
165 ```
166 Create build files using:
167 ```bash
168 cd ./dist && ./1-dist.sh && cd ..
169 ```
170 Finish installation `hh` using:
171 ```bash
172 ./configure && make && make install
173 ```
174 In order to get autocompletion on Cygwin you must configure `hh` using:
175 ```bash
176 hh --show-configuration >> ~/.bashrc
177 ```
178 Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation).
179
180
181
160 182 CYGWIN CYGWIN
161 183 ------ ------
162 184 To install `hh` on [Cygwin](https://www.cygwin.com) clone Git repository: To install `hh` on [Cygwin](https://www.cygwin.com) clone Git repository:
File README.md changed (mode: 100644) (index 52fbe7b..be78444)
... ... Install HSTR:
39 39 * [Mint](INSTALLATION.md#debianmint) * [Mint](INSTALLATION.md#debianmint)
40 40 * [Arch Linux](INSTALLATION.md#arch-linux) * [Arch Linux](INSTALLATION.md#arch-linux)
41 41 * [Scientific Linux](INSTALLATION.md#fedorarhelcentos) * [Scientific Linux](INSTALLATION.md#fedorarhelcentos)
42 * [Bash on Ubuntu on Windows (WLS)](INSTALLATION.md#wls)
42 43 * [Cygwin on Windows](INSTALLATION.md#cygwin) * [Cygwin on Windows](INSTALLATION.md#cygwin)
43 44 * [Mac OS](INSTALLATION.md#mac-os) * [Mac OS](INSTALLATION.md#mac-os)
44 45
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