From 51083eb0701ee1fdb0e5c86b5caf0a849c008795 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sun, 13 Apr 2014 10:02:25 +0200 Subject: [PATCH] Fixed #62 by merging 'favorites' branch. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index db48741..dbfa58d 100644 --- a/README.md +++ b/README.md @@ -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) +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 ------------------- @@ -168,6 +172,10 @@ show normal history by default (instead of metrics-based view): ```bash 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): ```bash export HH_CONFIG=casesensitive