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 21c6828b6e6bdc354436ea3703c64c29d52ff40b

MD
Author: Martin Dvorak
Author date (UTC): 2014-02-18 22:11
Committer name: Martin Dvorak
Committer date (UTC): 2014-02-18 22:11
Parent(s): dd7df0f8b7ee7db93a31162eae1ac05ae620f7b7
Signing key:
Tree: 12f49bd390f7c957f3363122459c03a78f534417
File Lines added Lines deleted
README.md 23 0
File README.md changed (mode: 100644) (index 2904a95..2d97dcd)
... ... hh --show-configuration >> ~/.bashrc
28 28 ``` ```
29 29
30 30
31 DEBIAN/MINT INSTALLATION
32 -------------------
33 * install `hh` on Debian (Wheezy) or Mint (13) by registering the key:
34 ```bash
35 wget www.clfh.de/frankh.asc
36 apt-key add frankh.asc
37 ```
38 adding the repository:
39 ```bash
40 deb http://www.clfh.de/debian wheezy main
41 deb-src http://www.clfh.de/debian wheezy main
42 ```
43 and installing it:
44 ```bash
45 apt-get update
46 apt-get install hh
47 ```
48
49 * optionally configure `hh`:
50 ```bash
51 hh --show-configuration >> ~/.bashrc
52
53
31 54 DOWNLOAD DOWNLOAD
32 55 -------- --------
33 56 https://github.com/dvorka/hstr/releases https://github.com/dvorka/hstr/releases
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