Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YusukeHosonuma/xcode-open
Open Xcode in terminal (with specify version)
https://github.com/YusukeHosonuma/xcode-open
cli-app swift xcode
Last synced: 3 months ago
JSON representation
Open Xcode in terminal (with specify version)
- Host: GitHub
- URL: https://github.com/YusukeHosonuma/xcode-open
- Owner: YusukeHosonuma
- License: mit
- Created: 2018-01-06T13:48:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T11:15:12.000Z (almost 5 years ago)
- Last Synced: 2024-06-28T07:36:32.673Z (5 months ago)
- Topics: cli-app, swift, xcode
- Language: Swift
- Homepage:
- Size: 26.4 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Summary
Open Xcode from terminal.
## Install
### Homebrew
```bash
brew install YusukeHosonuma/xcode-open/xcode-open
```### Download the executable binary from [Releases](https://github.com/YusukeHosonuma/XcodeOpen/releases)
Download from [Releases](https://github.com/YusukeHosonuma/XcodeOpen/releases), then copy to any place.
## Usage
### Open by default
```bash
xcode-open
```### Open by specify version
```bash
xcode-open 11.3
```### Open by specify version and save setting
```bash
xcode-open 11.3 --save
xcode-open # detect version from .xcode_version
```## Development
Required
* [github-release](https://github.com/aktau/github-release) (can install by Homebrew)