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 54395dc8c733f4199957577cad6a3088d883504d

get better coverage from travis
Author: Stephen
Author date (UTC): 2017-10-08 21:12
Committer name: GitHub
Committer date (UTC): 2017-10-08 21:12
Parent(s): 30496160cf641509c539b7f66eb71c861bfab560
Signing key:
Tree: 34bec7b99f54577fb2c6c52062308d515c32f7a8
File Lines added Lines deleted
.travis.yml 24 6
File .travis.yml changed (mode: 100644) (index f275da7..dcffe14)
2 2
3 3 language: c language: c
4 4
5 os: linux
5 os:
6 - linux
7 - osx
8
9 addons:
10 apt:
11 packages:
12 - autotools-dev
13 - libreadline-dev
14 - libncursesw5-dev
6 15
7 compiler: gcc
16 compiler:
17 - gcc
18 - clang
19
20 matrix:
21 include:
22 - if: branch = master
23 compiler: gcc
24 os: osx
25 script: brew install --HEAD jq && brew test jq
26 - if: branch = master
27 compiler: clang
28 os: osx
29 script: brew install --HEAD jq && brew test jq
8 30
9 31 notifications: notifications:
10 32 email: email:
 
... ... notifications:
12 34 on_failure: change on_failure: change
13 35
14 36 before_install: before_install:
15 - sudo apt-get update -qq
16 - sudo apt-get install -qq autotools-dev libreadline-dev libncursesw5-dev
17 37 - aclocal - aclocal
18 38 - automake --force-missing --add-missing - automake --force-missing --add-missing
19 39 - autoconf - autoconf
20
21 # eof
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