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 1fb270cfb7d3158f4f7f4cb2a3cfcfa12cc07400

Update README.md
Author: Martin Dvorak
Author date (UTC): 2018-03-17 17:03
Committer name: GitHub
Committer date (UTC): 2018-03-17 17:03
Parent(s): 1b9469e90551112737f785170537d6b54853c21a
Signing key: 4AEE18F83AFDEB23
Tree: 3dd68b83868b71d8ff71e28718d5c495eef35d00
File Lines added Lines deleted
README.md 7 7
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
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