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,065B
colors.c 100644 4,900B
colors.h 100644 1,938B
common_includes.h 100644 2,414B
datatypes.c 100644 5,213B
datatypes.h 100644 6,565B
filehandling_functions.c 100644 28KiB
filehandling_functions.h 100644 3,237B
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,438B
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,015B
printinfo.h 100644 1,166B
rcsid.h 100644 1,577B
readlinewrapper.c 100644 5,435B
readlinewrapper.h 100644 1,138B
regexp_search.c 100644 3,957B
regexp_search.h 100644 1,189B
sigblock.c 100644 1,956B
sigblock.h 100644 1,595B
signal_handler.c 100644 2,272B
signal_handler.h 100644 1,142B
snprintf.c 100644 18KiB
utils.c 100644 14KiB
utils.h 100644 3,489B
video.c 100644 8,488B
video.h 100644 1,707B
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