Fixed #62 by merging 'favorites' branch.

This commit is contained in:
Martin Dvorak 2014-04-13 10:02:25 +02:00
parent f995ecdc1d
commit 51083eb070

View file

@ -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