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 76135f2fe585c96eaec45797af5a972a8b0b3ddf

Update INSTALLATION.md
Author: Martin Dvorak
Author date (UTC): 2017-02-02 21:01
Committer name: GitHub
Committer date (UTC): 2017-02-02 21:01
Parent(s): 44dd84e653f392e44f573883bc40d07641166efc
Signing key:
Tree: 2e0cf22aae7b9b605a63f75c8f98c760e6631f4d
File Lines added Lines deleted
INSTALLATION.md 1 1
File INSTALLATION.md changed (mode: 100644) (index aa60132..e8ebaf2)
... ... autoreconf -fvi
148 148 make make
149 149 ``` ```
150 150
151 Alternative if using MacPorts:
151 Alternative if using MacPorts ([macports.com](https://www.macports.org/ports.php?by=name&substr=hstr)/[GitHub](https://github.com/macports/macports-ports/blob/master/shells/hstr/Portfile)):
152 152 ```bash ```bash
153 153 autoreconf -fvi autoreconf -fvi
154 154 ./configure CFLAGS=-I/opt/local/include/ LDFLAGS=-L/opt/local/lib ./configure CFLAGS=-I/opt/local/include/ LDFLAGS=-L/opt/local/lib
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