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 350d9ce0c89cbf277de140b4d620b767ded039b9

MD
Author: Martin Dvorak
Author date (UTC): 2014-01-28 08:08
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-28 08:08
Parent(s): a141cd7e0cbced0f5dfa2b317b5adaf8561e1988
Signing key:
Tree: 50b6ce7a3acd2b4cb9c80b54ca42f2cb09ae65d1
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index fe68b26..872e34c)
... ... A command line utility that brings improved BASH command completion
10 10 from the history. It aims to make completion easier and more efficient from the history. It aims to make completion easier and more efficient
11 11 than `Ctrl-r`. than `Ctrl-r`.
12 12
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)
13 [![BASH History Suggest Box](http://mindforger.com/projects/images/hh-1.jpg "BASH History Suggest Box")](http://mindforger.com/projects/images/hh-1.jpg)
14 14
15 15
16 16 UBUNTU INSTALLATION UBUNTU INSTALLATION
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