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 7014c1b2ed0390c10d0ef83a6b368f462b2a6769

MD
Author: Martin Dvorak
Author date (UTC): 2014-01-28 08:11
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-28 08:11
Parent(s): 350d9ce0c89cbf277de140b4d620b767ded039b9
Signing key:
Tree: ce353c3189a294f429dbb5695d78e083cf8e4583
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index 872e34c..03bf568)
... ... 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 [![BASH History Suggest Box](http://mindforger.com/projects/images/hh-1.jpg "BASH History Suggest Box")](http://mindforger.com/projects/images/hh-1.jpg)
13 [![BASH History Suggest Box](http://mindforger.com/projects/images/hh-2.jpg "BASH History Suggest Box")](http://mindforger.com/projects/images/hh-2.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