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 51083eb0701ee1fdb0e5c86b5caf0a849c008795

Fixed #62 by merging 'favorites' branch.
Author: Martin Dvorak
Author date (UTC): 2014-04-13 08:02
Committer name: Martin Dvorak
Committer date (UTC): 2014-04-13 08:02
Parent(s): f995ecdc1da206669c3070325a16351b44b2552f
Signing key:
Tree: a47eda175fd689413d9ee98143dded023e52acbf
File Lines added Lines deleted
README.md 8 0
File README.md changed (mode: 100644) (index db48741..dbfa58d)
... ... than `Ctrl-r`.
12 12
13 13 [![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)
14 14
15 Apart to completion from history, it can be managed (you can remove no
16 longer wanted commands that e.g. contain sensitive information like
17 passwords) and bookmark favorite commands.
18
15 19
16 20 UBUNTU INSTALLATION UBUNTU INSTALLATION
17 21 ------------------- -------------------
 
... ... show normal history by default (instead of metrics-based view):
168 172 ```bash ```bash
169 173 export HH_CONFIG=rawhistory export HH_CONFIG=rawhistory
170 174 ``` ```
175 show favorites by default (instead of metrics-based view):
176 ```bash
177 export HH_CONFIG=favorites
178 ```
171 179 make search case sensitive (insensitive by default): make search case sensitive (insensitive by default):
172 180 ```bash ```bash
173 181 export HH_CONFIG=casesensitive export HH_CONFIG=casesensitive
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