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: 10 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:58:03.000Z (13 days ago)
- Last Synced: 2024-10-24T15:50:38.943Z (13 days ago)
- Topics: xcode
- Language: Shell
- Homepage: https://keith.github.io/xcode-man-pages
- Size: 99.2 MB
- Stars: 51
- 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
```