File README.md changed (mode: 100644) (index f2cc479..b50f0d8) |
1 |
1 |
hstr |
hstr |
2 |
2 |
==== |
==== |
3 |
|
Easily view, navigate, search and use your **command history** with shell history suggest box for Bash and |
|
|
3 |
|
Easily view, navigate and search your **command history** with shell history suggest box for Bash and |
4 |
4 |
[Zsh](CONFIGURATION.md#zsh-history-settings). |
[Zsh](CONFIGURATION.md#zsh-history-settings). |
5 |
5 |
|
|
6 |
6 |
[![Shell History Suggest Box](http://me.mindforger.com/projects/images/hh-animated-01.gif "Shell History Suggest Box @ YouTube")](http://www.youtube.com/watch?v=sPF29NyXe2U) |
[![Shell History Suggest Box](http://me.mindforger.com/projects/images/hh-animated-01.gif "Shell History Suggest Box @ YouTube")](http://www.youtube.com/watch?v=sPF29NyXe2U) |
|
... |
... |
DESCRIPTION |
10 |
10 |
----------- |
----------- |
11 |
11 |
Are you looking for a command that you used **recently**? Do you |
Are you looking for a command that you used **recently**? Do you |
12 |
12 |
want to avoid the need to write **long commands** over and over |
want to avoid the need to write **long commands** over and over |
13 |
|
again despite you used them recently? Are you looking |
|
14 |
|
for a tool that is able to manage your **favorite** commands? |
|
|
13 |
|
again? Are you looking for a tool that is able to manage your |
|
14 |
|
**favorite** commands? |
15 |
15 |
|
|
16 |
16 |
HSTR is a command line utility that brings improved Bash command completion |
HSTR is a command line utility that brings improved Bash command completion |
17 |
17 |
from the history. It aims to make completion **easier** and more **efficient** |
from the history. It aims to make completion **easier** and more **efficient** |
18 |
18 |
than <kbd>Ctrl-r</kbd>. |
than <kbd>Ctrl-r</kbd>. |
19 |
19 |
|
|
20 |
|
Apart to the completion, history can be **managed** (you can remove |
|
21 |
|
commands that e.g. contain sensitive information like |
|
22 |
|
passwords) and bookmark your favorite commands. |
|
|
20 |
|
HSTR can also **manage** your command history (for instance you can remove |
|
21 |
|
commands that are obsolete or contain a sensitive information) or **bookmark** |
|
22 |
|
your favorite commands. |
23 |
23 |
|
|
24 |
|
Enjoy [video](http://www.youtube.com/watch?v=sPF29NyXe2U) tutorial. |
|
|
24 |
|
Check [video](http://www.youtube.com/watch?v=sPF29NyXe2U) tutorial. |
25 |
25 |
|
|
26 |
26 |
|
|
27 |
27 |
INSTALLATION |
INSTALLATION |