cppman
cppman copied to clipboard
C++ 98/11/14 manual pages for Linux/MacOS
I am using vim to open cppman but i want to use neovim any answers?
`cppman -m true -c` overwrites pages that already exist, like `memcpy` and `malloc`, without checking. It would be nice to keep those versions, especially since they have some info that...
Noticed that there weren't any completions for fish. I have tested it on fish 3.3.1
Running `cppman std::basic_string::erase` yields "No manual entry for std::basic_string::erase" ([cppreference](https://en.cppreference.com/w/cpp/string/basic_string/erase))
I would like to read the C++ man pages using the standard `man` command. So I ran `cppman -m true`, and after that I can access the man pages (after...
specifically std::countr_zero is not, while countr_one is ok
Hi, cppman is really great and helps me a lot! Today I tried to find some manual on iterator. I tried typing `cppman iterator` or `cppman std::iterator`, but the title...
Hi, I just noticed that when using cppman with vim/nvim as pager and when using https://github.com/bogado/file-line as a plugin (it opens a file on a line if the filename is...
I cannot read for example headers, like: `$ cppman ''`, or man page for operators like `$ cppman 'operators precedence'`. Can authors please add to their README file also naming?...
See the `containers` page for `cppreference.com`. I'll fix this when I have time.