gitwtfhub

wtf is xcodeway?

serhii-londar/xcodeway — explained in plain English

Analysis updated 2026-07-18 · repo last pushed 2018-02-28

1SwiftAudience · developerComplexity · 2/5DormantSetup · moderate

TL;DR

XcodeWay is a free add-on for Apple's Xcode that adds menu shortcuts to instantly jump to commonly needed folders and files, eliminating manual navigation through hidden system paths.

Mindmap

mindmap
  root((repo))
    What it does
      Adds Xcode menu shortcuts
      Opens folders in Finder
      Opens folders in iTerm
      Opens files on GitHub
    Tech stack
      Swift
      Xcode
      macOS
    Use cases
      Jump to build files
      Open terminal at project
      Find code snippets
      Open file on GitHub
    Audience
      iOS developers
      Mac developers
    Setup
      Run install script
      Grant system permissions

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Instantly open a project's DerivedData or build folder without navigating through hidden paths.

REASON 2

Jump from a selected file in Xcode directly to its location on GitHub.

REASON 3

Open the current project folder in iTerm or Finder with one menu click.

REASON 4

Quickly access Xcode's code snippets, archives, or simulator document folders.

What's in the stack?

SwiftXcodemacOS

How it stacks up

serhii-londar/xcodewayaltuzar/sonicflowcalda/checkers
Stars111
LanguageSwiftSwiftSwift
Last pushed2018-02-282015-01-17
MaintenanceDormantDormant
Setup difficultymoderateeasyeasy
Complexity2/52/52/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Requires running an install script and granting macOS system permissions so the tool can control parts of Xcode.

Wtf does this do

XcodeWay is a small add-on for Xcode, Apple's app-building software for Mac. It gives developers a set of shortcuts to jump to folders and files they constantly need, without manually digging through menus or file paths. Instead of hunting for a project's hidden build files or copying a file's path to open it in a terminal, a developer can just pick an option from a menu and get there instantly. Once installed, it appears under Xcode's "Editor" menu. From there, a developer can choose where they want to go. For example, they can instantly open a project's folder in Finder (the Mac file browser) or in iTerm (a popular terminal app). They can also jump directly to special system folders that Xcode uses behind the scenes, like where temporary build files are stored, where code snippets live, or where archived apps are saved. It even includes a shortcut to open the current file directly on GitHub, if the project is hosted there. This tool is built for iOS and Mac developers who spend a lot of time working inside Xcode. Anyone who has built an app knows the frustration of navigating to deeply buried system folders, like the "DerivedData" folder where Xcode stores intermediate build results, or the simulator's document folders. This tool turns those multi-step searches into a single click. The project is also designed to be expandable. If a developer needs a shortcut to a location the tool doesn't already cover, they can add it by following a basic template. The installation process is a bit technical and requires running a script to give the tool permission to control parts of the Mac system, which is a necessary step for the shortcuts to work properly.

Yoink these prompts

Prompt 1
I want to add a new shortcut to XcodeWay that opens the current project's .xcworkspace bundle in Finder. How do I follow the existing template pattern to add this as a new navigable destination?
Prompt 2
Help me understand the XcodeWay installation script and what macOS permissions it needs. What does the script do to grant control of Xcode, and why is it required for the shortcuts to work?
Prompt 3
I installed XcodeWay but it doesn't appear under Xcode's Editor menu. Walk me through troubleshooting steps to verify the plugin is enabled and properly loaded.
Prompt 4
Show me how to modify XcodeWay so that instead of opening GitHub in a browser, it copies the GitHub URL of the current file to my clipboard.

Frequently asked questions

wtf is xcodeway?

XcodeWay is a free add-on for Apple's Xcode that adds menu shortcuts to instantly jump to commonly needed folders and files, eliminating manual navigation through hidden system paths.

What language is xcodeway written in?

Mainly Swift. The stack also includes Swift, Xcode, macOS.

Is xcodeway actively maintained?

Dormant — no commits in 2+ years (last push 2018-02-28).

How hard is xcodeway to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is xcodeway for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.