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 5726b52013f1886b552a983e8cf9d44c49618bce

Update INSTALLATION.md
Author: Sawan Vithlani
Author date (UTC): 2015-04-12 01:30
Committer name: Sawan Vithlani
Committer date (UTC): 2015-04-12 01:30
Parent(s): e3938d53c79d25886bb2718a5206e85accb42d13
Signing key:
Tree: 4f335f3a1670519a0ef4dc4dba31dacbdf8eb974
File Lines added Lines deleted
INSTALLATION.md 8 1
File INSTALLATION.md changed (mode: 100644) (index a093660..4500875)
... ... port install readline
104 104 port install ncurses port install ncurses
105 105 ``` ```
106 106
107 Build and install:
107 Build and install (if using Homebrew):
108 108 ```bash ```bash
109 109 autoreconf -fvi autoreconf -fvi
110 110 ./configure CFLAGS=-I$(brew --prefix)/opt/readline/include LDFLAGS=-L$(brew --prefix)/opt/readline/lib ./configure CFLAGS=-I$(brew --prefix)/opt/readline/include LDFLAGS=-L$(brew --prefix)/opt/readline/lib
111 111 make make
112 112 ``` ```
113 113
114 Alternative if using MacPorts:
115 ```bash
116 autoreconf -fvi
117 ./configure CFLAGS=-I/opt/local/include/ LDFLAGS=-L/opt/local/lib
118 make
119 ```
120
114 121 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