Home

Awesome

Man Helper

Man Helper is a lightweight GUI front-end for man2html under development using Vala and GTK. It features an easy-to-use interface, and aims for a modern GUI viewer for man pages. Man Helper Screenshot

Building and Installation

You'll need the following dependencies to build:

You'll need the following dependencies to run:

Run meson build to configure the build environment. Change to the build directory and run ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with com.github.manhelper

ninja install
com.github.manhelper

Features