nx-completion icon indicating copy to clipboard operation
nx-completion copied to clipboard

Nx workspace completion plugin for Zsh.

Nx completion plugin for Zsh

demo

Install

Install the dependency:

apt install jq

On MacOS you can install with:

brew install jq

Note: jq is a lightweight command-line JSON processor, more info here.

As an Oh My ZSH! custom plugin

Clone the repository into the custom plugins directory:

git clone [email protected]:jscutlery/nx-completion.git ~/.oh-my-zsh/custom/plugins/nx-completion

Then load it as a plugin in your .zshrc:

plugins+=(nx-completion)

Manually

Clone this repository somewhere (~/.nx-completion for example):

git clone [email protected]:jscutlery/nx-completion.git ~/.nx-completion

Then source it in your .zshrc:

source ~/.nx-completion/nx-completion.plugin.zsh

License

This project is MIT licensed.