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 385f7a0f0bda98b2f9c7330023a567620dd9e4f0

Fixing broken links.
Author: Martin Dvorak
Author date (UTC): 2015-01-07 22:48
Committer name: Martin Dvorak
Committer date (UTC): 2015-01-07 22:48
Parent(s): 86f063cb34312f6c2dbbdebfd43fba06f5dc9fd1
Signing key:
Tree: fa0384d7cce112371d86c81bc736931fe05dae27
File Lines added Lines deleted
INSTALLATION.md 6 6
File INSTALLATION.md changed (mode: 100644) (index d7c8a76..41940b5)
... ... 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).
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