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
Fixed #59 by the implementation of regexp matching. 2478e982a9e727e02e5e79aef2a914cc191e81f1 Martin Dvorak 2014-04-27 06:08:47
Fixed #78 by making hstr a structure and code re-entrant. 53b33464b8e66cdee090191a1f2859fb55f6b3b0 Martin Dvorak 2014-04-27 06:05:25
Fixed case label and fixed #89 by moving cursor to prompt for every options. bd0d2f34d9eeb1c817bf8ecf58b8a809cbc68abb Martin Dvorak 2014-04-27 06:01:11
Improving man page with favorites related information. 55d07115bc86c530a4ca4e6157f7e1f49fc499ac Martin Dvorak 2014-04-27 05:51:39
Adding regexp to configuration. fbdfafb466186867d5b95035669414371c7262a7 Martin Dvorak 2014-04-27 05:42:17
Updating TODOs. 6c5fd44951f0d869022b9c2adf9fdc4f793ef465 Martin Dvorak 2014-04-26 04:02:52
UP/DOWN line highlighting in tegexp matching mode works. ed5e16a82d85234660d0e83a73c78ae08e0e1410 Martin Dvorak 2014-04-26 04:00:09
Initial regexp version that doesn't crash, but still needs a few improvements (in rendering). a06d94d0a4b93e6855396a8f7531cd815a7a5800 Martin Dvorak 2014-04-25 20:59:29
Split: view, match and case parameters. Compilable source, but functionally not complete yet. 9984ad7376cb2682e09ba22f39526089a927717a Martin Dvorak 2014-04-22 06:21:19
Added regexp test. 634fed2911b036f06767844a202b5e5fd7c22b1c Martin Dvorak 2014-04-20 12:34:07
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