Code Monkey home page Code Monkey logo

zsh-xcode-completions's People

Contributors

kastiglione avatar keith avatar odnoletkov avatar patthemav avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

zsh-xcode-completions's Issues

Can i use it with antigen?

It looks like package has installed ok, but still there are no completions.
I tried to recreate .zcompdump, no luck.
Here's my .zshrc:

#!/bin/zsh
#zmodload zsh/zprof
DEFAULT_USER=$(whoami)
export NVM_LAZY_LOAD=true
#export NVM_NO_USE=true
export NVM_DIR="$HOME/.nvm"
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
source "$(brew --prefix)/share/antigen/antigen.zsh"
antigen use oh-my-zsh
antigen bundle git
antigen bundle lukechilds/zsh-better-npm-completion
antigen bundle lukechilds/zsh-nvm
antigen bundle keith/zsh-xcode-completions
antigen bundle zsh-users/zsh-completions
antigen bundle docker
antigen bundle zsh-users/zsh-syntax-highlighting
antigen theme agnoster
antigen apply
#zprof

Add to Oh My Zsh

Hi!

This project looks very cool. Thank you for it.

Do you have something against adding this project to ohmyzsh? This will let users of Oh My Zsh very easily use it:

plugins=(git brew docker zsh-xcode-completions)

Alternatively, there already is an xcode plugin in Oh My Zsh, but it doesn't include shell completions. So instead of creating a new plugin, completions from this project could be added to the xcode plugin.

Xcodebuild

The command named xcodebuild update to a new version since Xcode 8.3 was released!
-exportOptionsPlist is a newer option which was added to xcodebuild when Xcode 8.3 was released , and -exportFormat is deprecated now!
Can you update this repo to compatible with the newer xcodebuild?

Possible bug caused by using " " as message on argument completion (*)

In this project, the _arguments function is generally given an argument completion in the form of:

*: :->action

Why is the message a single space?

Currently, when I do xcodebuild -<TAB>, I get 162 lines of output. The output consists of all options, plus their descriptions being listed on their own line with a -- prefix, plus a bunch of blank lines, and all of this gets repeated three times.

When I changed this line of _xcodebuild to:

*::->actions

the use of an empty message, instead of one space, caused the tab completion of - options to work as expected.

I'm using zsh version 5.0.5.

Subdirectory projects, workspaces

Thanks for sharing this project!

Is it possible to make the actions for -project and -workspace fall back to recursive globs if there are no matches for globs in the current directory? The repo I work on has more than one .xcodeproj/.xcworkspace, and they're structured into nested directories.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.