C++ 98/11 manual pages for Linux, with source from cplusplus.com.
- Syntax highlighting support for sections and example source code.
- Usage/Interface simliar to the 'man' command
- Hyperlink between manpages (only available when pager=vim)
- Press
Ctrl-]
when cursor is on keyword to go forward andCtrl-T
to go backward. - You can also double-click on keyword to go forward.
- Press
- Frequently update to support cplusplus.com.
Using vim as pager
- Install from PyPI:
$ pip install cppman
- Arch Linux users can find it on AUR or using Yaourt:
$ yaourt -S cppman
or install the git version
$ yaourt -S cppman-git
- Ubuntu/Debian PPA
$ sudo add-apt-repository ppa:cppman/cppman-daily
$ sudo apt-get install cppman
Thanks czchen for maintaining the package.
- Please report bugs / mis-formatted pages to the github issure tracker.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- manpages-cpp is renamed to cppman since September 19, 2012