Skip to main content

C++ 98/11/14 manual pages for Linux/MacOS

Project description

http://img.shields.io/travis/aitjcize/cppman.svg http://img.shields.io/pypi/v/cppman.svg http://img.shields.io/pypi/dm/cppman.svg

cppman

C++ 98/11/14 manual pages for Linux, with source from cplusplus.com and cppreference.com.

https://raw.github.com/aitjcize/cppman/master/wiki/screenshot.png

Features

  • Supports two backends (switch it with cppman -s):

  • Syntax highlighting support for sections and example source code.

  • Usage/Interface similar to the ‘man’ command

  • Hyperlink between manpages (only available when pager=vim)

    • Press Ctrl-] when cursor is on keyword to go forward and Ctrl-T to go backward.

    • You can also double-click on keyword to go forward and right-click to go backward.

  • Frequently update to support cplusplus.com.

Demo

Using vim as pager

https://raw.github.com/aitjcize/cppman/master/wiki/demo.gif

Installation

  1. Install from PyPI:

$ pip install cppman
  1. Arch Linux users can find it on AUR or using Yaourt:

$ yaourt -S cppman

or install the git version

$ yaourt -S cppman-git
  1. Ubuntu/Debian PPA

$ sudo add-apt-repository ppa:cppman/cppman-daily
$ sudo apt-get update
$ sudo apt-get install cppman

Thanks czchen for maintaining the package.

FAQ

  • Q: Can I use the system man command instead of cppman?

  • A: Yes, just execute cppman -m true and all cached man pages are exposed to the system man command. Note: You may want to download all available man pages with cppman -c.

Bugs

  • Please report bugs / mis-formatted pages to the github issue tracker.

Contributing

  1. Fork it

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am 'Add some feature')

  4. Push to the branch (git push origin my-new-feature)

  5. Create new Pull Request

Notes

  • manpages-cpp is renamed to cppman since September 19, 2012

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

cppman-0.4.1.tar.gz (178.5 kB view hashes)

Uploaded Source

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