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 e29fa381905df00442096a29a72dbb2c333c3078

MD
Author: Martin Dvorak
Author date (UTC): 2014-04-13 08:04
Committer name: Martin Dvorak
Committer date (UTC): 2014-04-13 08:04
Parent(s): 51083eb0701ee1fdb0e5c86b5caf0a849c008795
Signing key:
Tree: 6fbbb0ac8075abc466dcdf33d1b226ae14ed2ee5
File Lines added Lines deleted
README.md 3 3
File README.md changed (mode: 100644) (index dbfa58d..47949e5)
... ... 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.
15 Apart to the completion, history can be managed (you can remove
16 commands that e.g. contain sensitive information like
17 passwords) and bookmark your favorite commands.
18 18
19 19
20 20 UBUNTU INSTALLATION UBUNTU 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