An open API service indexing awesome lists of open source software.

https://github.com/zummenix/xcopen

A convenient way to open xcodeproj/xcworkspace from a command line
https://github.com/zummenix/xcopen

cli xcode xcodeproj xcworkspace

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:

```bash
cargo install --git "https://github.com/zummenix/xcopen"
```

## Usage

Just run `xcopen` in a directory with projects.

## LICENSE

MIT