xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Commit 02f849b2a6839f79b78f08ab4343739e4e1202d0

tune travis dependencies
Author: Bas Zoetekouw
Author date (UTC): 2019-02-01 14:31
Committer name: Bas Zoetekouw
Committer date (UTC): 2019-02-01 14:31
Parent(s): 3f24ec2e2a0fab92ac01cf7efb30499ac1e5a6c2
Signing key:
Tree: 2d8657663abe906a26bdabc12f1f384b139ef389
File Lines added Lines deleted
.travis.yml 1 1
File .travis.yml changed (mode: 100644) (index 9bab1b5..d8d89e6)
... ... dist: xenial
4 4
5 5 addons: addons:
6 6 apt: apt:
7 packages: [gettext, libreadline-dev, libncursesw5-dev, texinfo, install-info, autotools-dev]
7 packages: [gettext, autopoint, libreadline-dev, libncursesw5-dev, texinfo, install-info, autotools-dev]
8 8
9 9 compile: compile:
10 10 - clang - clang
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/pinfo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pinfo

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