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 f3cde7963931f98d76efe808d2b33841455c3e0e

MD
Author: Martin Dvorak
Author date (UTC): 2014-01-01 09:54
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-01 09:54
Parent(s): f8a93d65be041ed9522136ad6def24ebf9792e40
Signing key:
Tree: 7ecb588f8870e49ccc07e55120f7c7431be05a7e
File Lines added Lines deleted
README.md 3 3
File README.md changed (mode: 100644) (index 69146b4..73e59c8)
... ... https://github.com/dvorka/hstr/releases
19 19
20 20
21 21 SOURCE CODE INSTALLATION SOURCE CODE INSTALLATION
22 ------------
22 ------------------------
23 23 * download distribution, expand it and install `hh`: * download distribution, expand it and install `hh`:
24 24
25 25 `./configure && make && make install` `./configure && make && make install`
 
... ... SOURCE CODE INSTALLATION
27 27 * Configure `hh` as described below. * Configure `hh` as described below.
28 28
29 29
30 UBUNTU INSTALLATION
31 ------------
30 UBUNTU 13.04 INSTALLATION
31 -------------------------
32 32 * install `hh` on Ubuntu: * install `hh` on Ubuntu:
33 33
34 34 `sudo add-apt-repository ppa:ultradvorka/ppa` `sudo add-apt-repository ppa:ultradvorka/ppa`
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