Skip to main content

No project description provided

Project description

moreman: Man Pages for Commands without Man Pages

This program generates man pages for command line tools which do not come with proper separate man pages. For these tools man cannot display manual information, moreman however uses the command's help string (usually displayed via the command line option --help) and assembles from this a "man page".

Overview

moreman is designed as a drop-in replacement for man. Apart from very few options moreman passes all arguments through to the man command it eventually calls. If moreman is called with a tool name for which a normal man page exists, it just passes the name through to man; if no normal man page exists, moreman assembles the man page in the described manner and then calls man for final formatting.

My personal use is inside Emacs: Emacs has the great feature of Man Page Lookup: It displays each man page in its own buffer/frame, so that you easily can view the documentation to a command while using the command in a shell buffer in another window or frame. - And with moreman this extends to all commands which provide some meaningful documentation via their help message even if they do not have a real man page.

A Word of Warning

moreman works by calling the command it wants to create the man page for with the help option - normally --help. This can be dangerous if the command does not expect --help to display the help message.

Installation

Requirements

At least Python 3.5 (legacy Python 2.7 might work as well) plus the argh package.

Install

The tool is pip-installable: pip install moreman For the intended command line use though I recommend installation via pipx:

    pipx install moreman

Usage

Test whether everything is set up correctly by invoking moreman's help message:

$ moreman --help

This should give you something like

usage: moreman [-h] [-v] [--man-cmd MAN_CMD] [-g HELP_ARG] name [name ...]

positional arguments:
  name                  name of the command or man page

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         verbose output ('-v' shadows man's -v for version!) (default:
                        False)
  --man-cmd MAN_CMD     man command to be used (default: 'man')
  -g HELP_ARG, --help-arg HELP_ARG
                        help argument used to generate help document (default: '--help')

All other options are passed through to the 'man' command.

Now try to list the same info as a "man page":

$ moreman moreman

Voila! This should look like a proper man page - many man page viewers are able to recognise this format.[^1]

[^1]: Under the hood moreman creates a nroff file which it passes to man.

Hooking up to Emacs

In order use moreman in Emacs, customise the Emacs variable manual-program (which is in the man customisation group). After checking that you can access moreman from your shell prompt set manual-program to moremanand everything should work fine.

Help for sub commands

Some tools provide extensive help and they split it over the help messages of multiple sub commands. moreman can utilise these sub command help messages via the --help-arg option.

Update September 2019: Some pip installations do install a man page - in that case this example is obsolete.

For example pip --help lists only some general options and pip's sub commands; detailed info about, say, the install sub command is displayed only by pip install --help.

But issue

moreman --help-arg="install --help" pip 

and you get a "man page" for the install subcommand of pip.

This works in Emacs too: After M-x man enter at the prompt --help-arg="install --help" pip.[^2]

[^2]: In Emacs, in order to enter the required spaces you might need to use the ^Q <space> key combination to circumvent Emacs' auto-complete feature at the prompt.

Miscellaneous

If you have difficulties, open an GitHub issue for your problem. If you made enhancements, please create a pull request.

Also note, this project uses another little module I wrote: ArghEx: Extensions for Argh

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moreman-0.2.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

moreman-0.2-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file moreman-0.2.tar.gz.

File metadata

  • Download URL: moreman-0.2.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for moreman-0.2.tar.gz
Algorithm Hash digest
SHA256 2460712d2e6b4ba6737ef7fd91da40ea23b6d35354e2cda3d34cd807f5b3acb8
MD5 8b7d157950f81c078868d71fa5112f26
BLAKE2b-256 3cd15f4c3082b962cc795d4f48832406eb4b0dfe76d4f2b416a672f918c4c5c2

See more details on using hashes here.

Provenance

File details

Details for the file moreman-0.2-py3-none-any.whl.

File metadata

  • Download URL: moreman-0.2-py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for moreman-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 37bff4b1760ea7c60f29af3e2953825a83b9598112d878526e0bf815b2b2368c
MD5 2cf6db20932f9a20a54f4b574b3da3e7
BLAKE2b-256 539aa97230d24d16534365ec8a660fb019b0026fd46534a09ed3d30f101ecb1e

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page