mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-01 20:51:45 +08:00
Fixed #62 by merging 'favorites' branch.
This commit is contained in:
parent
f995ecdc1d
commit
51083eb070
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,10 @@ than `Ctrl-r`.
|
||||||
|
|
||||||
[![BASH History Suggest Box](http://mindforger.com/projects/images/hh-2.jpg "BASH History Suggest Box")](http://mindforger.com/projects/images/hh-2.jpg)
|
[![BASH History Suggest Box](http://mindforger.com/projects/images/hh-2.jpg "BASH History Suggest Box")](http://mindforger.com/projects/images/hh-2.jpg)
|
||||||
|
|
||||||
|
Apart to completion from history, it can be managed (you can remove no
|
||||||
|
longer wanted commands that e.g. contain sensitive information like
|
||||||
|
passwords) and bookmark favorite commands.
|
||||||
|
|
||||||
|
|
||||||
UBUNTU INSTALLATION
|
UBUNTU INSTALLATION
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -168,6 +172,10 @@ show normal history by default (instead of metrics-based view):
|
||||||
```bash
|
```bash
|
||||||
export HH_CONFIG=rawhistory
|
export HH_CONFIG=rawhistory
|
||||||
```
|
```
|
||||||
|
show favorites by default (instead of metrics-based view):
|
||||||
|
```bash
|
||||||
|
export HH_CONFIG=favorites
|
||||||
|
```
|
||||||
make search case sensitive (insensitive by default):
|
make search case sensitive (insensitive by default):
|
||||||
```bash
|
```bash
|
||||||
export HH_CONFIG=casesensitive
|
export HH_CONFIG=casesensitive
|
||||||
|
|
Loading…
Reference in a new issue