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 55d07115bc86c530a4ca4e6157f7e1f49fc499ac

Improving man page with favorites related information.
Author: Martin Dvorak
Author date (UTC): 2014-04-27 05:51
Committer name: Martin Dvorak
Committer date (UTC): 2014-04-27 05:51
Parent(s): fbdfafb466186867d5b95035669414371c7262a7
Signing key:
Tree: 83529eb14d8e1556a65d6f11a80cba2c116fda27
File Lines added Lines deleted
man/hh.1 7 1
File man/hh.1 changed (mode: 100644) (index d3b07b9..5ea49f7)
... ... Show version information
31 31 \fBpattern\fR \fBpattern\fR
32 32 Type to filter shell history. Type to filter shell history.
33 33 .TP .TP
34 \fBCtrl\-e\fR
35 Toggle regular expression and exact search.
36 .TP
34 37 \fBCtrl\-t\fR \fBCtrl\-t\fR
35 38 Toggle case sensitive search. Toggle case sensitive search.
36 39 .TP .TP
37 40 \fBCtrl\-/\fR \fBCtrl\-/\fR
38 41 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.
39 42 .TP .TP
43 \fBCtrl\-f\fR
44 Add currently selected command to favorites.
45 .TP
40 46 \fBCtrl\-l\fR \fBCtrl\-l\fR
41 47 Make search pattern lowercase or uppercase. Make search pattern lowercase or uppercase.
42 48 .TP .TP
 
... ... Configuration options:
91 97 Show debug information. Show debug information.
92 98
93 99 Example: Example:
94 \fBexport HH_CONFIG=casesensitive,hicolor\fR
100 \fBexport HH_CONFIG=hicolor,regexp\fR
95 101
96 102 .SH FILES .SH FILES
97 103 \fB~/.hh_favorites\fR bookmarked favorite commands \fB~/.hh_favorites\fR bookmarked favorite commands
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