aboutsummaryrefslogtreecommitdiff
path: root/misc/py-cppman/files/patch-setup.py
Commit message (Collapse)AuthorAgeFilesLines
* misc/py-cppman: Update to 0.6.0Hiroki Tagato2025-12-241-2/+2
| | | | | | Changelog: https://github.com/aitjcize/cppman/blob/v0.6.0/ChangeLog Reported by: GitHub (watch releases)
* misc/py-cppman: add port: C++ 98/11/14/17/20 manual pages on the terminalHiroki Tagato2025-08-051-0/+15
Cppman is a tool that provides C++ manual pages on the terminal. It acts as a convenient interface to view formatted C++ documentation directly from cplusplus.com and cppreference.com, allowing developers to access relevant information quickly without switching to a web browser. Features: - Supports two backends (switch it with cppman -s): cplusplus.com cppreference.com - 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 and Ctrl-T to go backward. - You can also double-click on keyword to go forward and right-click to go backward. - Frequently update to support cplusplus.com. WWW: https://github.com/aitjcize/cppman Co-authored-by: freebsd@fron.io PR: 284157 Reported by: freebsd@fron.io (initial version)