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
- Host: GitHub
- URL: https://github.com/zummenix/xcopen
- Owner: zummenix
- License: mit
- Created: 2018-06-03T10:03:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-19T04:55:22.000Z (4 months ago)
- Last Synced: 2025-11-19T06:16:47.277Z (4 months ago)
- Topics: cli, xcode, xcodeproj, xcworkspace
- Language: Rust
- Homepage:
- Size: 404 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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