|
NAMEcppman - C++ manual page viewer / fetcher SYNOPSIScppman [ OPTIONS... ] PAGE... DESCRIPTIONcppman generates C++ manual pages from cplusplus.com and cppreference.com and provides a man-like interface to view man pages. By default, cppman fetches man pages on-the-fly, by running the command 'cppman -c', all available manpages are cached, making offline browsing possible. This is also required if you want to use the system 'man' command. When searching for a page (e.g., 'cppman map'), cppman automatically tries the std:: prefix first (std::map) for better results. If a page name is specified without the -f option, cppman displays the first match directly. Use -f to show an interactive selection menu with pagination support (20 items per page). Browsing man pagescppman uses Vi Improved as a pager.
man compatibilitycppman automatically adds '$XDG_CACHE_HOME/cppman/man' to '~/.manpath', so the cached man pages can also be viewed with 'man' command. Note that to view uncached man pages, you still need to run 'cppman'. OPTIONS
NOTEAll contents should be cached by the user, cppman does not contain any pre‐cached contents. Do not distribute the cached man pages without the permission of cplusplus.com. BUGSAlthough I spend a lot of time checking the format, there are
still pages that won't display correctly.
https://github.com/aitjcize/cppman/issues or
Please include the page name in the bug report. AUTHORWei‐Ning Huang (AZ) <aitjcize@gmail.com>
|