xcopen

一个通过 Xcode 轻松打开 .xcodeproj、.xcworkspace 或 .playground 文件的工具。

开发中

xcopen 仍在积极开发中。

安装

下载并安装最新的主干 Swift 开发工具链

Mint

$ mint install yutailang0119/xcopen

从源码

$ git clone https://github.com/yutailang0119/xcopen
$ cd xcopen
$ make install

用法

xcopen

OVERVIEW: Open file of .xcodeproj, .xcworkspace or .playground

USAGE: xcopen [options] subcommand [options]

OPTIONS:
--verbose   Show more debugging information
--help      Display available options

SUBCOMMANDS:
list        Explore files of .xcodeproj, .xcworkspace or .playground
open        Open file of .xcodeproj, .xcworkspace or .playground

open

OVERVIEW: Open file of .xcodeproj, .xcworkspace or .playground

OPTIONS:
--openFinder, -o   Whether to open in Xcode or Finder
--path, -p         Explore path. Defaults is current

POSITIONAL ARGUMENTS:
fileName           Open file name like a Xxx..xcodeproj

list

OVERVIEW: Explore files of .xcodeproj, .xcworkspace or .playground

OPTIONS:
--path, -p   Explore path. Defaults is current

作者

Yutaro Muta

许可

xcopen 基于 MIT 许可发布。 更多信息请查看 LICENSE 文件。
本软件包含根据 Apache License 2.0 分发的作品。