Skip to content

A shortcut to open the Xcode project/workspace from the Terminal by typing xcopen

License

Notifications You must be signed in to change notification settings

macecchi/xcopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

xcopen

xcopen is a shortcut to open the Xcode workspace or project in the current directory.

xcopen will try to open the .xcworkspace file of the directory. If one is not found, it will then look for a .xcodeproj file.

Before xcopen

open -a Xcode "My Awesome App.xcworkspace"

After xcopen

xcopen

Usage

xcopen

That's all you need to open the workspace/project in the current directory. If you want to specify a different directory, just pass it as an argument:

xcopen /path/to/MyAwesomeApp/

License

This project is licensed under the terms of the GNU GPL v3 license. See the LICENSE file.

About

A shortcut to open the Xcode project/workspace from the Terminal by typing xcopen

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages