mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-28 16:54:29 +08:00
Fixing man typo which resolves #398
This commit is contained in:
parent
1e1b954a37
commit
4c7db9f2bb
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ uses shell history to provide suggest box like functionality
|
|||
for commands used in the past. By default it parses .bash-history
|
||||
file that is filtered as you type a command substring. Commands
|
||||
are not just filtered, but also ordered by a ranking algorithm
|
||||
that considers number of occurences, length and timestamp.
|
||||
that considers number of occurrences, length and timestamp.
|
||||
Favorite and frequently used commands can be bookmarked. In addition
|
||||
\fBhstr\fR allows removal of commands from history - for instance with a typo
|
||||
or with a sensitive content.
|
||||
|
@ -50,7 +50,7 @@ Toggle regular expression and substring search.
|
|||
Toggle case sensitive search.
|
||||
.TP
|
||||
\fBCtrl\-/\fR, \fBCtrl\-7\fR
|
||||
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 occurrences/length/timestamp and favorites.
|
||||
.TP
|
||||
\fBCtrl\-f\fR
|
||||
Add currently selected command to favorites.
|
||||
|
|
Loading…
Reference in a new issue