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 44d63a8e80b53d2eaac22f02c63a7cdae1067055

Fixed #106 by documenting Ctrl-7 to rotate views.
Author: Martin Dvorak
Author date (UTC): 2015-02-24 06:57
Committer name: Martin Dvorak
Committer date (UTC): 2015-02-24 06:57
Parent(s): 595e18970a9546dbe881b432e43df5c8c6af2a16
Signing key:
Tree: 72a3683f6d11b1cb56287443eff00a463916d989
File Lines added Lines deleted
man/hh.1 1 1
File man/hh.1 changed (mode: 100644) (index 3c1e80c..6d4fccd)
... ... Toggle regular expression and substring search.
40 40 \fBCtrl\-t\fR \fBCtrl\-t\fR
41 41 Toggle case sensitive search. Toggle case sensitive search.
42 42 .TP .TP
43 \fBCtrl\-/\fR
43 \fBCtrl\-/\fR, \fBCtrl\-7\fR
44 44 Rotate view of history as provided by BASH, ranked history ordered by the number of occurences/length/timestamp and favorites. Rotate view of history as provided by BASH, ranked history ordered by the number of occurences/length/timestamp and favorites.
45 45 .TP .TP
46 46 \fBCtrl\-f\fR \fBCtrl\-f\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