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 e7da5b9dc81087af2027ab810560eed13c2099e2

Initialising pointers to avoid warning messeges during source building
Author: sneh-m
Author date (UTC): 2018-03-07 16:02
Committer name: sneh-m
Committer date (UTC): 2018-03-07 16:02
Parent(s): 5dccec9e13679d542b9765135f29ee658dee9719
Signing key:
Tree: 375b54bec3bd4ef135007730ddb5e44131908156
File Lines added Lines deleted
src/hstr.c 1 1
File src/hstr.c changed (mode: 100644) (index 9573e8f..918f5ac)
... ... unsigned hstr_make_selection(char *prefix, HistoryItems *history, int maxSelecti
641 641 regmatch_t regexpMatch; regmatch_t regexpMatch;
642 642 char regexpErrorMessage[CMDLINE_LNG]; char regexpErrorMessage[CMDLINE_LNG];
643 643 bool regexpCompilationError=false; bool regexpCompilationError=false;
644 bool keywordsAllMatch=NULL;
644 bool keywordsAllMatch;
645 645 char *keywordsSavePtr=NULL; char *keywordsSavePtr=NULL;
646 646 char *keywordsToken=NULL; char *keywordsToken=NULL;
647 647 char *keywordsParsedLine=NULL; char *keywordsParsedLine=NULL;
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