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 4b76370a4d441e01f2ab1521645e218323942031

Adding one-liner for Ubuntu.
Author: dvorka
Author date (UTC): 2016-10-11 06:51
Committer name: GitHub
Committer date (UTC): 2016-10-11 06:51
Parent(s): 0edef6180276950eb09a4402d88a1608ae35a2c8
Signing key:
Tree: 83b05587a32dc4004e8426b9eb12c5aff1ff3932
File Lines added Lines deleted
INSTALLATION.md 5 1
File INSTALLATION.md changed (mode: 100644) (index 21c8a1e..aa60132)
... ... from [source code](#installation-from-source-code), on [Ubuntu](#ubuntu),
8 8
9 9 UBUNTU UBUNTU
10 10 ------ ------
11 Install `hh` on Ubuntu:
11 Install `hh` on Ubuntu - one-liner:
12 ```bash
13 sudo add-apt-repository ppa:ultradvorka/ppa && sudo apt-get update && sudo apt-get install hh && hh --show-configuration >> ~/.bashrc
14 ```
15 ... or step by step:
12 16 ```bash ```bash
13 17 sudo add-apt-repository ppa:ultradvorka/ppa sudo add-apt-repository ppa:ultradvorka/ppa
14 18 sudo apt-get update sudo apt-get update
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