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 737fcae0c01e0655de5eacd99ff350ea0d362ef8

Fixed #80 by updating version information.
Author: Martin Dvorak
Author date (UTC): 2014-04-14 20:09
Committer name: Martin Dvorak
Committer date (UTC): 2014-04-14 20:09
Parent(s): b49a2b499b835e533a3d13c73ccc773b3e08077e
Signing key:
Tree: 849ca3ae9e6b1d72167b43410f44629044afcc5a
File Lines added Lines deleted
src/hstr.c 1 1
File src/hstr.c changed (mode: 100644) (index bc9eeca..2ceac19)
3 3 Name : hstr.c Name : hstr.c
4 4 Author : martin.dvorak@mindforger.com Author : martin.dvorak@mindforger.com
5 5 Copyright : Apache 2.0 Copyright : Apache 2.0
6 Description : Shell history completion utility
6 Description : BASH history completion utility
7 7 ============================================================================ ============================================================================
8 8 */ */
9 9
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