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 5194cdf8b909623199d4e50288014fcdefaeaa85

MD
Author: Martin Dvorak
Author date (UTC): 2014-04-12 05:37
Committer name: Martin Dvorak
Committer date (UTC): 2014-04-12 05:37
Parent(s): c0ed23d9532a321f722022026ae5e5f6f79c67cb
Signing key:
Tree: fb32e6acdbc81def0fbf2f8e7726446048602f82
File Lines added Lines deleted
README.md 2 2
src/hstr_curses.c 1 0
File README.md changed (mode: 100644) (index d0dc262..0132b1a)
... ... hh --show-configuration >> ~/.bashrc
29 29
30 30 INSTALLATION FROM SOURCE CODE INSTALLATION FROM SOURCE CODE
31 31 ----------------------------- -----------------------------
32 * Clone git repository
32 * Clone Git repository:
33 33 ```bash ```bash
34 34 git clone https://github.com/dvorka/hstr.git git clone https://github.com/dvorka/hstr.git
35 35 ``` ```
 
... ... hh --show-configuration >> ~/.bashrc
50 50 ``` ```
51 51
52 52
53 INSTALLATION DISTRIBUTION
53 DISTRIBUTION INSTALLATION
54 54 ------------------------- -------------------------
55 55 * download latest distribution from project Releases section: * download latest distribution from project Releases section:
56 56
File src/hstr_curses.c changed (mode: 100644) (index e782cc8..df78e3a)
4 4 Author : martin.dvorak@mindforger.com Author : martin.dvorak@mindforger.com
5 5 Copyright : Apache 2.0 Copyright : Apache 2.0
6 6 Description : Curses utilities Description : Curses utilities
7 http://pueblo.sourceforge.net/doc/manual/ansi_color_codes.html
7 8 ============================================================================ ============================================================================
8 9 */ */
9 10
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