Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keith/zsh-xcode-completions

Zsh completion for the Xcode command line tools
https://github.com/keith/zsh-xcode-completions

command-line xcode zsh zsh-completions

Last synced: 1 day ago
JSON representation

Zsh completion for the Xcode command line tools

Awesome Lists containing this project

README

        

# zsh-xcode-completions

Zsh completions for some of the Xcode command line tools. Currently:

- [`genstrings`](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/genstrings.1.html)
- [`nm`](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/nm.1.html)
- [`plutil`](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/plutil.1.html)
- [`xcode`-select](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html)
- [`xcodebuild`](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcodebuild.1.html)
- [`xcrun`](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcrun.1.html)
- `simctl`
- `strings`
- `swift-demangle`
- `swift`
- `lipo`

# Installation

```sh
brew install keith/formulae/zsh-xcode-completions
```

# TODO:

- otool
- pkgutil
- pmset

### Resources