cppman
cppman copied to clipboard
C++ 98/11/14 manual pages for Linux/MacOS
Checking the cppman page for certain keywords will result in a function, such as the page for an int, while other keywords will have their own pages, such as a...
Hello, I build the package from [AUR](https://aur.archlinux.org/packages/cppman), and it gives following warnnings: ``` /usr/lib/python3.12/site-packages/cppman/main.py:126: SyntaxWarning: invalid escape sequence '\.' /usr/lib/python3.12/site-packages/cppman/main.py:396: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/cppman/main.py:399: SyntaxWarning: invalid escape sequence...
 
First of all thanks for this great tool! By default, you use the section 3 for man pages, I don't use cppman with man only because I don't want to...
Is there any way to return the C page instead of the C++ page on cppreference? for example https://en.cppreference.com/w/c/memory/malloc instead of https://en.cppreference.com/w/cpp/memory/c/malloc
Separated the "Entry" as a Separated object that calculates "on the fly" the aliases from the keywords. Doing that made it actually finish the indexing operation. By using generators instead...