Skip to content

A convenient way to open xcodeproj/xcworkspace from a command line

License

Notifications You must be signed in to change notification settings

zummenix/xcopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xcopen

A convenient way to open xcode project files from a command line.

Features

  • knows about xcodeproj/xcworkspace files and prefers xcworkspace 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

Installation

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"

Usage

Just run xcopen in a directory with projects.

LICENSE

MIT

About

A convenient way to open xcodeproj/xcworkspace from a command line

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published