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 b7859396ab8633cda2f0ef5cade8f6f5a3b25ce5

Adding PPA installation to readme.
Author: Martin Dvorak
Author date (UTC): 2013-12-26 00:17
Committer name: Martin Dvorak
Committer date (UTC): 2013-12-26 00:17
Parent(s): a03cb7c692d21b0eda5ddd6c3b8efd1ac254e690
Signing key:
Tree: 3391c42afc829555ee25d4adf10f7fd016352bab
File Lines added Lines deleted
README.md 16 4
File README.md changed (mode: 100644) (index afa1a75..0ecd979)
... ... DOWNLOAD
18 18 https://github.com/dvorka/hstr/releases https://github.com/dvorka/hstr/releases
19 19
20 20
21 BUILD
21 SOURCE CODE INSTALLATION
22 22 ------------ ------------
23 * install from the source distribution:
23 * download distribution, expand it and install `hh`:
24 24
25 25 `./configure && make && make install` `./configure && make && make install`
26 26
27 * Configure `hh` as described below.
27 28
28 INSTALLATION
29
30 UBUNTU INSTALLATION
31 ------------
32 * install `hh` on Ubuntu:
33
34 `sudo add-apt-repository ppa:ultradvorka/ppa`
35
36 `sudo apt-get update`
37
38 `sudo apt-get install hh`
39
40
41 CONFIGURATION
29 42 ------------ ------------
30 * make sure `hh` is in `${PATH}`
31 43 * add * add
32 44
33 45 `shopt -s histappend` `shopt -s histappend`
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