A convenient way to open xcode project files from a command line.
- knows about
xcodeproj
/xcworkspace
files and prefersxcworkspace
by default - supports
Package.swift
- skips projects files under specific directories such as
Pods
,node_modules
, etc. unless runs inside them - asks which project to open if there are several under a current directory
The tool is written in Rust, so first you need to make sure that you have the compiler installed. If you don't have it, head to https://rustup.rs and follow instructions.
If you have Rust installed, run:
cargo install --git "https://github.com/zummenix/xcopen"
Just run xcopen
in a directory with projects.
MIT