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 3450d22e7f5ff2ca2501241abe2aabd1ee0d8c55

Man.
Author: Martin Dvorak
Author date (UTC): 2014-01-20 07:04
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-20 07:04
Parent(s): 75c163b00c26d0490984dd43e3300db4721630eb
Signing key:
Tree: e8917b249419f1b1bf47054f1fb96932c5c99bd3
File Lines added Lines deleted
man/hh.1 2 2
File man/hh.1 changed (mode: 100644) (index 423ade5..dcc5e35)
... ... Toggle case sensitive search.
26 26 \fBCtrl\-h\fR \fBCtrl\-h\fR
27 27 Toggle history as provided by shell vs. ranked history ordered by the number of occurences, length and timestamp. Toggle history as provided by shell vs. ranked history ordered by the number of occurences, length and timestamp.
28 28 .TP .TP
29 \fBUP\fR arrow, \fBDOWN\fR arrow, \fBCtrl\-r\fR
29 \fBCtrl\-r\fR, \fBUP\fR arrow, \fBDOWN\fR arrow
30 30 Navigate in the history list. Navigate in the history list.
31 31 .TP .TP
32 \fBTAB\fR
32 \fBTAB\fR, \fBLEFT\fR arrow, \fBRIGHT\fR arrow,
33 33 Choose currently selected item for completion and let user to edit it on the command prompt. Choose currently selected item for completion and let user to edit it on the command prompt.
34 34 .TP .TP
35 35 \fBENTER\fR \fBENTER\fR
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