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 c995b1f3e0aff1318efc7ab6166cab7eb1110dff

Added ArchLinux to MD
Author: Martin Dvorak
Author date (UTC): 2014-03-02 06:30
Committer name: Martin Dvorak
Committer date (UTC): 2014-03-02 06:30
Parent(s): 92e557789ad8b2cb5d18409c9876d98486f4b469
Signing key:
Tree: 3324337de4c26d5823b3ae41c20cfd097d2d356a
File Lines added Lines deleted
README.md 25 9
File README.md changed (mode: 100644) (index 8a31382..2ada7ce)
... ... hh --show-configuration >> ~/.bashrc
52 52 ``` ```
53 53
54 54
55 DOWNLOAD
56 --------
55 ARCH LINUX
56 ----------
57 * download latest distribution from project Releases section:
58
57 59 https://github.com/dvorka/hstr/releases https://github.com/dvorka/hstr/releases
58 60
61 * use PKGBUILD in the root of the distribution to build package using `makepkg`:
59 62
60 SOURCE CODE INSTALLATION
61 ------------------------
62 * download distribution (project Releases section), expand the archive and install `hh`:
63 ```bash
64 ./configure && make && make install
65 ```
63 https://wiki.archlinux.org/index.php/PKGBUILD
66 64
65 * install `hh`
67 66 * optionally configure `hh`: * optionally configure `hh`:
68 67 ```bash ```bash
69 68 hh --show-configuration >> ~/.bashrc hh --show-configuration >> ~/.bashrc
70 69 ``` ```
71 70
72
73 71 MAC OS MAC OS
74 72 ------ ------
75 73 * install MacPorts: * install MacPorts:
 
... ... hh --show-configuration >> ~/.bashrc
92 90 ``` ```
93 91
94 92
93 INSTALLATION FROM SOURCE CODE
94 -----------------------------
95 * download latest distribution from project Releases section:
96
97 https://github.com/dvorka/hstr/releases
98
99 * expand the archive and install `hh` using:
100 ```bash
101 ./configure && make && make install
102 ```
103
104 * optionally configure `hh`:
105 ```bash
106 hh --show-configuration >> ~/.bashrc
107 ```
108
109
110
95 111 CONFIGURATION EXPLANATION CONFIGURATION EXPLANATION
96 112 ------------------------- -------------------------
97 113 * `hh` works best with the optional configuration described in this section. * `hh` works best with the optional configuration described in this section.
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