Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.34 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.34 KB

cppman

Manual page formatter that generates C++ manual pages from cplusplus.com

Build Status

screenshot

Features

  • Syntax highlighting support for sections and example source code.
  • Usage/Interface simliar to the 'man' command
  • Frequently update to support cplusplus.com

Installation

  1. Install from PyPI:
    pip install cppman
  2. Arch Linux users can find it on AUR or using Yaourt:
    yaourt -S cppman or yaourt -S cppman-git
  3. Ubuntu/Debian PPA are no longer maintained. If you are interested in maintaining it, feel free to contact me.

Bugs

  • Please report bugs / mis-formatted pages to the github issure 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

githalytics.com alpha