xcode-man-pages
xcode-man-pages copied to clipboard
A HTML export of Xcode's man pages
The OpenBSD man website is similar to this one in that it also takes the `mandoc -Thtml` output, but it just looks a lot better. The [man.cgi](https://man.openbsd.org/man.cgi.8) code is part...
I think it would be spiffy if there was a markdown version of this repo or a branch with markdown. I haven’t looked into man2md tools yet but I’m guessing...
Currently the man pages are served without any versioning in the URL. e.g. `https://keith.github.io/xcode-man-pages/ls.1.html` Somebody might write about something specific to the currently served Xcode version and link to a...