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 3edff1f41534699136201e79ff5a40bcdcd0a246

Adding walgrind test.
Author: Martin Dvorak
Author date (UTC): 2017-06-12 06:39
Committer name: Martin Dvorak
Committer date (UTC): 2017-06-12 06:40
Parent(s): 4d8b7bac916bda55eac14791bd2f8c4afc6afba6
Signing key:
Tree: 03698bd1cfe1b863b9a547804ff930222a9bc14d
File Lines added Lines deleted
tests/test_valgrind.sh 5 0
File tests/test_valgrind.sh added (mode: 100755) (index 0000000..f4c74ef)
1 #!/bin/bash
2
3 valgrind --tool=memcheck --leak-check=full ../src/hstr
4
5 # eof
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