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 f8a93d65be041ed9522136ad6def24ebf9792e40

Moving screenshot.
Author: Martin Dvorak
Author date (UTC): 2014-01-01 06:14
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-01 06:14
Parent(s): d1a0027eb9e8a7605e1be9c18109993c2f05da25
Signing key:
Tree: 6b992b261cea6e43cdafd89305f1e958cd21cdd7
File Lines added Lines deleted
README.md 1 1
dist/env.sh 1 1
dist/src-sync.sh 1 1
File README.md changed (mode: 100644) (index 0ecd979..69146b4)
... ... from the history. It aims to make completion easier and faster
10 10 than Ctrl-R. than Ctrl-R.
11 11
12 12
13 [![Shell History Suggest Box](http://www.mindcognition.com/hstr/hstr.png "Shell History Suggest Box")](https://github.com/dvorka/hstr)
13 [![Shell History Suggest Box](http://mindforger.com/projects/images/hh.png "Shell History Suggest Box")](https://github.com/dvorka/hstr)
14 14
15 15
16 16 DOWNLOAD DOWNLOAD
File dist/env.sh changed (mode: 100755) (index 4453a58..9c3165f)
... ... export HH=hh_0.7
4 4 export HHRELEASE=${HH}-1ubuntu2 export HHRELEASE=${HH}-1ubuntu2
5 5 export HHHOME=/home/dvorka/hstr/github/hstr export HHHOME=/home/dvorka/hstr/github/hstr
6 6
7 # eof
7 # eof
File dist/src-sync.sh changed (mode: 100755) (index 351d516..12fef2d)
2 2
3 3 . ./env.sh . ./env.sh
4 4
5 # eof
5 # eof
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