xaizek / hstr (License: Apachev2) (since 2018-12-07)
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Subject SHA-1 Author Date
Removing radix sort debug. ae4355c6ce1796c05614c2358187127a7e069bd4 Martin Dvorak 2014-01-31 07:42:37
Dynamic allocation of the main radix sort slot based on the max key estimate. 68a4956839dc38a73303071a42eadb8e38d1c1c9 Martin Dvorak 2014-01-31 07:40:25
An attempt to fix #51: extended radix sort limit and made radix sort more robuts (huge key protection). 5bda0921347ff156f186c8c284c25bd8e314a030 Martin Dvorak 2014-01-30 21:39:43
Fixing processing of parameters from the command line that has been broken. d072e30063ac031393ebc214ac4aebf26e32afc9 Martin Dvorak 2014-01-28 20:35:18
MD 7014c1b2ed0390c10d0ef83a6b368f462b2a6769 Martin Dvorak 2014-01-28 08:11:17
MD 350d9ce0c89cbf277de140b4d620b767ded039b9 Martin Dvorak 2014-01-28 08:08:04
Fixing after delete line cleanup. a141cd7e0cbced0f5dfa2b317b5adaf8561e1988 Martin Dvorak 2014-01-28 07:59:03
Colors: improving man and --show-configuration cad11bc2e2c9398b5b3cb1604c0021d0c841ac66 Martin Dvorak 2014-01-28 07:51:00
Fixed #50 by env var based configuration of sorting and case sensitivity + improved highlighted line (E2E on screen) 37cec6441850181a72a3bb97dcb134bd571c18a8 Martin Dvorak 2014-01-28 07:47:24
Adding high color mode (configured using env var). 0a667f8ab70ae032ecbee0a659ae30acfeb043e0 Martin Dvorak 2014-01-27 20:12:17
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