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 e06f93d01da6debb70634fe3c003170927fe1059

Fixed #81 by making dist/1-dist.sh less destructive (when automake home unknown).
Author: Martin Dvorak
Author date (UTC): 2014-05-05 19:49
Committer name: Martin Dvorak
Committer date (UTC): 2014-05-05 19:49
Parent(s): 1702f35c034232a9c3ac6c8eb7978e474c6bb4ba
Signing key:
Tree: 484ad3226405e44e72348548c7ed27fb903c01c9
File Lines added Lines deleted
dist/1-dist.sh 1 1
File dist/1-dist.sh changed (mode: 100755) (index 28f6283..7f4f6ea)
... ... aclocal
7 7 automake --force-missing --add-missing automake --force-missing --add-missing
8 8 autoconf autoconf
9 9
10 rm -rvf depcomp install-sh missing autom*te.cache
10 rm -rvf autom*te.cache
11 11 cp -vf /usr/share/automake-1.11/depcomp . cp -vf /usr/share/automake-1.11/depcomp .
12 12 cp -vf /usr/share/automake-1.11/install-sh . cp -vf /usr/share/automake-1.11/install-sh .
13 13 cp -vf /usr/share/automake-1.11/missing . cp -vf /usr/share/automake-1.11/missing .
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