C++ 98/11/14 manual pages for Linux, with source from cplusplus.com and cppreference.com.
- 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 andCtrl-Tto go backward. - You can also double-click on keyword to go forward and right-click to go backward.
- 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 cppmanor install the git version
$ yaourt -S cppman-git- Ubuntu/Debian PPA
$ sudo add-apt-repository ppa:cppman/cppman-daily
$ sudo apt-get update
$ sudo apt-get install cppmanThanks czchen for maintaining the package.
- Q: Can I use the system
mancommand instead ofcppman? - A: Yes, just execute
cppman -m trueand all cached man pages are exposed to the systemmancommand. Note: You may want to download all available man pages withcppman -c.
- Please report bugs / mis-formatted pages to the github issue 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

