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 1715e693f3d4c01ad3e9773eabdd5d7738b854da

Fixing MD.
Author: Martin Dvorak
Author date (UTC): 2014-04-27 06:27
Committer name: Martin Dvorak
Committer date (UTC): 2014-04-27 06:27
Parent(s): f02cbf65aea81bc2b93d15434fdc906009f5a514
Signing key:
Tree: 64b2c637565b606dafb43be090a3722ad113998b
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index e0b6ee3..8705530)
... ... DESCRIPTION
9 9 Are you looking for a command that you used recently? Do you Are you looking for a command that you used recently? Do you
10 10 want to avoid the need to write long commands over and over want to avoid the need to write long commands over and over
11 11 again despite you used them recently? Are you looking again despite you used them recently? Are you looking
12 for a tool that is abble to manage your favorite commands?
12 for a tool that is able to manage your favorite commands?
13 13
14 14 HSTR is a command line utility that brings improved BASH command completion HSTR is a command line utility that brings improved BASH command completion
15 15 from the history. It aims to make completion easier and more efficient from the history. It aims to make completion easier and more efficient
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