Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fpg1503/alfred-xopen
🕴️ Alfred 3 workflow to open Xcode projects, workspaces, and playgrounds using xopen
https://github.com/fpg1503/alfred-xopen
alfred alfred3 alfred3-workflow cocoapods xcode xcworkspace xopen
Last synced: about 2 months ago
JSON representation
🕴️ Alfred 3 workflow to open Xcode projects, workspaces, and playgrounds using xopen
- Host: GitHub
- URL: https://github.com/fpg1503/alfred-xopen
- Owner: fpg1503
- License: mit
- Created: 2017-09-04T13:33:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T13:56:48.000Z (over 7 years ago)
- Last Synced: 2024-10-31T17:59:40.837Z (3 months ago)
- Topics: alfred, alfred3, alfred3-workflow, cocoapods, xcode, xcworkspace, xopen
- Homepage:
- Size: 316 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-xopen
> [Alfred 3](https://www.alfredapp.com) workflow to open Xcode projects, workspaces, and playgrounds using xopen
## Install
```
$ npm install --global alfred-xopen
```*Requires the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
*Requires that [xopen](https://github.com/paulomendes/xopen) is installed.*## Usage
In Alfred, type `xopen`, press Enter, and then start writing a Xcode project name. If you select the `.xcodeproj` but a `.xcworkspace` is avaliable the workspace will be opened so you don't have to worry!
## Related
- [alfred-xcode](https://github.com/sindresorhus/alfred-xcode) - Alfred 3 workflow to open Xcode projects, workspaces, and playgrounds
- [alfred-dark-mode](https://github.com/sindresorhus/alfred-dark-mode) - Toggle the system dark mode
- [alfred-npms](https://github.com/sindresorhus/alfred-npms) - Search for npm packages with npms.io
- [alfy](https://github.com/sindresorhus/alfy) - Create Alfred workflows with ease## Special Thanks
- [Sindre Sorhus](https://github.com/sindresorhus) for making [alfred-xcode](https://github.com/sindresorhus/alfred-xcode)
- [Paulo Mendes](https://github.com/paulomendes) for making [xopen](https://github.com/paulomendes/xopen) - The ultimate word in Xcode project opening!## License
MIT © [Francesco Perrotti-Garcia](https://github.com/fpg1503)