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 ba5a9c822f959f3fae5f2c914c81e852f8e8093c

Improving Mac installation instructions.
Author: Martin Dvorak
Author date (UTC): 2015-02-24 20:20
Committer name: Martin Dvorak
Committer date (UTC): 2015-02-24 20:20
Parent(s): 8a892d0bb9f40d6ec81dfe28855d1565414fdeff
Signing key:
Tree: e792d80fe638911b67c7334d8008f41520e43d1d
File Lines added Lines deleted
INSTALLATION.md 4 7
File INSTALLATION.md changed (mode: 100644) (index cd0f857..b74253d)
... ... port install readline
98 98 port install ncurses port install ncurses
99 99 ``` ```
100 100
101 Set the environment:
101 Build and install:
102 102 ```bash ```bash
103 env CFLAGS="-I/opt/local/include -I/usr/include" LDFLAGS="-L/opt/local/lib -L/usr/lib" ./configure
104 ```
105
106 Finish the installation
107 ```bash
108 make && make install
103 autoreconf -fvi
104 ./configure CFLAGS=-I$(brew --prefix)/opt/readline/include LDFLAGS=-L$(brew --prefix)/opt/readline/lib
105 make
109 106 ``` ```
110 107
111 108 Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation). Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation).
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