Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/xcode-man-pages
A HTML export of Xcode's man pages
https://github.com/keith/xcode-man-pages
xcode
Last synced: 1 day ago
JSON representation
A HTML export of Xcode's man pages
- Host: GitHub
- URL: https://github.com/keith/xcode-man-pages
- Owner: keith
- Created: 2020-02-29T21:52:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T18:38:48.000Z (about 2 months ago)
- Last Synced: 2025-01-09T03:23:50.017Z (15 days ago)
- Topics: xcode
- Language: Shell
- Homepage: https://keith.github.io/xcode-man-pages
- Size: 99.8 MB
- Stars: 55
- Watchers: 7
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Security: docs/SecurityAgent.8.html
Awesome Lists containing this project
README
# xcode-man-pages
A HTML export of all Apple's man pages that are bundled with Xcode. Useful for diffing tools between
Xcode releases, and for having an updated version of them online.[View them here](https://keith.github.io/xcode-man-pages/)
## Usage
```sh
brew install groff mandoc coreutils
brew link --overwrite mandoc
./export.sh /path/to/Xcode.app
```