Skip to content

yeukhon/cppman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Hyperlink between manpages
  • 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.

Demo

screenshot

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

About

C++ 98/11 manual pages for Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published