DEV Community

Cover image for Xcode Man Page
Jason
Jason

Posted on

4 3

Xcode Man Page

What if Xcode had a man page? Well now it does.

Instead of searching all over the web for keyboard shortcuts, features, and other common questions you have about Xcode, wouldn't it be great if you could just open a Terminal window and search or browse the Xcode man page?

Impress your friends and coworkers when you go to this man page instead of wasting time searching all over the internet for answers to your Xcode questions. You'll want to keep it open in a tab at all times.

Installation:

1) Create the directory:

sudo mkdir /usr/local/man/man1
Enter fullscreen mode Exit fullscreen mode

2) Download the Xcode manpage:
Download Here

3) Copy the manpage to your direcory:

sudo cp xcode.1.gz /usr/local/man/man1
Enter fullscreen mode Exit fullscreen mode

4) Add new path to the /etc/man.conf file:

sudo vim /etc/man.conf
# Add the following line where you see the other MANPATH entries:
MANPATH /usr/local/man
Enter fullscreen mode Exit fullscreen mode

Now you can use the xcode manpage like so:

man xcode
Enter fullscreen mode Exit fullscreen mode

That's all there is to it.

Please let me know what you think. It is a work in progress and I welcome bug reports, suggestions, etc.

Thanks and enjoy!

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Heroku

This site is powered by Heroku

Heroku was created by developers, for developers. Get started today and find out why Heroku has been the platform of choice for brands like DEV for over a decade.

Sign Up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay