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 a1d1681aad1a84ca63e384d4e713f7eb4db0396a

Source code polishing
Author: Martin Dvorak
Author date (UTC): 2014-05-18 03:51
Committer name: Martin Dvorak
Committer date (UTC): 2014-05-18 03:51
Parent(s): bc935b1f08e1bbf202f6a2aca61bcd57b7244d73
Signing key:
Tree: 6682dad06145b103fbef154f59cb8e6d3adae445
File Lines added Lines deleted
src/hstr.c 1 0
File src/hstr.c changed (mode: 100644) (index fb137f8..398a862)
... ... void loop_to_select(Hstr *hstr)
688 688 keypad(stdscr, TRUE); keypad(stdscr, TRUE);
689 689 noecho(); noecho();
690 690 color_start(); color_start();
691 // TODO move the code below to hstr_curses
691 692 color_init_pair(HH_COLOR_NORMAL, -1, -1); color_init_pair(HH_COLOR_NORMAL, -1, -1);
692 693 if(hstr->hicolor) { if(hstr->hicolor) {
693 694 color_init_pair(HH_COLOR_HIROW, COLOR_WHITE, COLOR_GREEN); color_init_pair(HH_COLOR_HIROW, COLOR_WHITE, COLOR_GREEN);
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