xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
<root> / src /
File Mode Size
Makefile.am 100644 2,168B
colors.c 100644 4,885B
colors.h 100644 1,938B
common_includes.h 100644 2,906B
datatypes.c 100644 5,222B
datatypes.h 100644 6,599B
filehandling_functions.c 100644 29KiB
filehandling_functions.h 100644 3,236B
initializelinks.c 100644 27KiB
initializelinks.h 100644 1,692B
keyboard.h 100644 1,473B
localestuff.h 100644 1,612B
mainfunction.c 100644 35KiB
mainfunction.h 100644 1,996B
manual.c 100644 49KiB
manual.h 100644 1,127B
menu_and_note_utils.c 100644 3,423B
menu_and_note_utils.h 100644 1,790B
parse_config.c 100644 23KiB
parse_config.h 100644 3,279B
pinfo.c 100644 17KiB
pinforc.in 100644 2,867B
printinfo.c 100644 3,012B
printinfo.h 100644 1,166B
readlinewrapper.c 100644 5,420B
readlinewrapper.h 100644 1,138B
regexp_search.c 100644 3,943B
regexp_search.h 100644 1,189B
sigblock.c 100644 1,922B
sigblock.h 100644 1,595B
signal_handler.c 100644 2,281B
signal_handler.h 100644 1,142B
snprintf.c 100644 18KiB
utils.c 100644 15KiB
utils.h 100644 3,489B
video.c 100644 8,847B
video.h 100644 1,695B
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