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 3b48cb2b90511312a5bd6738fc6cc7c6dfdb1757

Fixing links in the documentation.
Author: Martin Dvorak
Author date (UTC): 2015-01-07 21:44
Committer name: Martin Dvorak
Committer date (UTC): 2015-01-07 21:44
Parent(s): 8e5f08c0c5fe2598697450a2fc56f8f931ec308b
Signing key:
Tree: 088ac38d559ba8681fe01f081f74f9a7b7341325
File Lines added Lines deleted
INSTALLATION.md 9 9
README.md 4 4
File INSTALLATION.md changed (mode: 100644) (index 4956160..b17ff6e)
1 1 hh INSTALLATION hh INSTALLATION
2 2 =============== ===============
3 Install `hh` [distribution](#DISTRIBUTION INSTALLATION), from [source code](#INSTALLATION FROM SOURCE CODE),
4 on [Ubuntu](#UBUNTU), [Debian/Mint](#DEBIAN/MINT), [Arch Linux](#ARCH LINUX)
5 or [Mac OS](#MAC OS).
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)
5 or [Mac OS](#mac-os).
6 6
7 7
8 8 UBUNTU UBUNTU
 
... ... sudo add-apt-repository ppa:ultradvorka/ppa
13 13 sudo apt-get update sudo apt-get update
14 14 sudo apt-get install hh sudo apt-get install hh
15 15 ``` ```
16 Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
16 Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
17 17
18 18
19 19 INSTALLATION FROM SOURCE CODE INSTALLATION FROM SOURCE CODE
 
... ... Install `hh` using:
30 30 ```bash ```bash
31 31 ./configure && make && make install ./configure && make && make install
32 32 ``` ```
33 Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
33 Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
34 34
35 35
36 36 DISTRIBUTION INSTALLATION DISTRIBUTION INSTALLATION
 
... ... Expand the archive and install `hh` using:
43 43 ```bash ```bash
44 44 ./configure && make && make install ./configure && make && make install
45 45 ``` ```
46 Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
46 Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
47 47
48 48
49 49 DEBIAN/MINT DEBIAN/MINT
 
... ... Optionally configure `hh`:
67 67 ```bash ```bash
68 68 hh --show-configuration >> ~/.bashrc hh --show-configuration >> ~/.bashrc
69 69 ``` ```
70 Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
70 Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
71 71
72 72
73 73 ARCH LINUX ARCH LINUX
 
... ... https://wiki.archlinux.org/index.php/PKGBUILD
82 82
83 83 Install `hh`. Install `hh`.
84 84
85 Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
85 Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
86 86
87 87
88 88 MAC OS MAC OS
 
... ... Finish the installation
101 101 make && make install make && make install
102 102 ``` ```
103 103
104 Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
104 Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
File README.md changed (mode: 100644) (index f259f9f..e1de04f)
... ... Enjoy [video](http://www.youtube.com/watch?v=sPF29NyXe2U) tutorial.
25 25
26 26 INSTALLATION INSTALLATION
27 27 ------------ ------------
28 Install `hh` [distribution](INSTALLATION.md), from [source code](INSTALLATION.md),
29 on [Ubuntu](INSTALLATION.md), [Debian/Mint](INSTALLATION.md), [Arch Linux](INSTALLATION.md)
30 or [Mac OS](INSTALLATION.md).
28 Install `hh` using [distribution](INSTALLATION.md#distribution-installation), from [source code](INSTALLATION.md#installation-from-source-code),
29 on [Ubuntu](INSTALLATION.md#ubuntu), [Debian/Mint](INSTALLATION.md#debianmint), [Arch Linux](INSTALLATION.md#arch-linux)
30 or [Mac OS](INSTALLATION.md#mac-os).
31 31
32 32
33 33 CONFIGURATION CONFIGURATION
 
... ... You can configure `hh` just by running:
36 36 ```bash ```bash
37 37 hh --show-configuration >> ~/.bashrc hh --show-configuration >> ~/.bashrc
38 38 ``` ```
39 For detailed `hh` configuration description please refer to [Configuration](CONFIGURATION.md) document.
39 For detailed `hh` configuration description please refer to [Configuration](CONFIGURATION.md).
40 40
41 41
42 42 DOCUMENTATION DOCUMENTATION
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