Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keith/zsh-xcode-completions
- Owner: keith
- License: mit
- Created: 2015-07-10T19:04:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T20:14:58.000Z (7 months ago)
- Last Synced: 2025-01-17T00:47:40.451Z (7 days ago)
- Topics: command-line, xcode, zsh, zsh-completions
- Language: Makefile
- Homepage:
- Size: 46.9 KB
- Stars: 60
- Watchers: 7
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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