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

MD
Author: Martin Dvorak
Author date (UTC): 2014-01-10 00:30
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-10 00:30
Parent(s): 782ba986014885b379f1bdbcae73b22c8eba96b8
Signing key:
Tree: f43b586210436cb41e4b77ad941f5e4ca72bc946
File Lines added Lines deleted
README.md 5 5
File README.md changed (mode: 100644) (index 5a44168..4dd203d)
... ... than Ctrl-R.
13 13 [![Shell History Suggest Box](http://mindforger.com/projects/images/hh-1.jpg "Shell History Suggest Box")](http://mindforger.com/projects/images/hh-1.jpg) [![Shell History Suggest Box](http://mindforger.com/projects/images/hh-1.jpg "Shell History Suggest Box")](http://mindforger.com/projects/images/hh-1.jpg)
14 14
15 15
16 DOWNLOAD
17 --------
18 https://github.com/dvorka/hstr/releases
19
20
21 16 UBUNTU 12.10/13.04/13.10 INSTALLATION UBUNTU 12.10/13.04/13.10 INSTALLATION
22 17 ------------------------- -------------------------
23 18 * install `hh` on Ubuntu: * install `hh` on Ubuntu:
 
... ... UBUNTU 12.10/13.04/13.10 INSTALLATION
31 26 * Configure `hh` as described below. * Configure `hh` as described below.
32 27
33 28
29 DOWNLOAD
30 --------
31 https://github.com/dvorka/hstr/releases
32
33
34 34 SOURCE CODE INSTALLATION SOURCE CODE INSTALLATION
35 35 ------------------------ ------------------------
36 36 * download distribution (project Releases section), expand the archive and install `hh`: * download distribution (project Releases section), expand the archive and install `hh`:
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