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 ae4355c6ce1796c05614c2358187127a7e069bd4

Removing radix sort debug.
Author: Martin Dvorak
Author date (UTC): 2014-01-31 07:42
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-31 07:42
Parent(s): 68a4956839dc38a73303071a42eadb8e38d1c1c9
Signing key:
Tree: 3149c466af1214ecdf6e5bc5bff9cba972745ef5
File Lines added Lines deleted
src/hstr_history.c 0 1
File src/hstr_history.c changed (mode: 100644) (index e9b08c4..db01669)
... ... static const char *commandBlacklist[] = {
28 28 "ls ", "pwd ", "cd ", "cd .. ", "hh ", "mc " "ls ", "pwd ", "cd ", "cd .. ", "hh ", "mc "
29 29 }; };
30 30
31 #define DEBUG_RADIX
32 31 #ifdef DEBUG_RADIX #ifdef DEBUG_RADIX
33 32 #define DEBUG_RADIXSORT() radixsort_stat(&rs, false); exit(0) #define DEBUG_RADIXSORT() radixsort_stat(&rs, false); exit(0)
34 33 #else #else
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