glittershark / projectionist

Command-line interface to the .projections.json format
MIT License
33 stars 1 forks source link

Add ZSH completion #18

Open glittershark opened 10 years ago

scharfie commented 9 years ago

I was able to use the bash completion script to work in my zsh (5.0.5, OS X) with the following:

autoload bashcompinit
bashcompinit
source /path/to/projectionist/completion.bash
glittershark commented 9 years ago

That is an excellent work around! I still definitely want to do native zsh completion at some point, but this is really helpful in the meantime.