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 c0e85fa168868854f32d7c259ef87650d3bb52eb

MD
Author: Martin Dvorak
Author date (UTC): 2014-02-18 22:12
Committer name: Martin Dvorak
Committer date (UTC): 2014-02-18 22:12
Parent(s): 21c6828b6e6bdc354436ea3703c64c29d52ff40b
Signing key:
Tree: 9f5b8c0120e02d9e630ce3c82d339d9ce5b41c71
File Lines added Lines deleted
README.md 1 0
File README.md changed (mode: 100644) (index 2d97dcd..8a31382)
... ... apt-get install hh
49 49 * optionally configure `hh`: * optionally configure `hh`:
50 50 ```bash ```bash
51 51 hh --show-configuration >> ~/.bashrc hh --show-configuration >> ~/.bashrc
52 ```
52 53
53 54
54 55 DOWNLOAD DOWNLOAD
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