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

Stabilizing codebase.
Author: Martin Dvorak
Author date (UTC): 2017-06-11 12:37
Committer name: Martin Dvorak
Committer date (UTC): 2017-06-11 12:37
Parent(s): af82df1e4053307c6c713c13bfd738841975dac2
Signing key:
Tree: 418ba408a80a1d160b3a85fd9932feb9c5b43e10
File Lines added Lines deleted
src/include/hstr_curses.h 1 1
File src/include/hstr_curses.h changed (mode: 100644) (index 53c826b..cf208d0)
31 31
32 32 void hstr_curses_start(); void hstr_curses_start();
33 33 bool terminal_has_colors(); bool terminal_has_colors();
34 void hstr_curses_stop();
34 void hstr_curses_stop(bool keepPage);
35 35
36 36 #endif #endif
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