All Projects → jscutlery → nx-completion

jscutlery / nx-completion

Licence: MIT license
Nx Devtools completion plugin for Zsh.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to nx-completion

git
Provides nice git aliases and functions.
Stars: ✭ 26 (-62.86%)
Mutual labels:  zsh-plugin
fzf-zsh-plugin
ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Stars: ✭ 117 (+67.14%)
Mutual labels:  zsh-plugin
nx-tiny-app-project
Tiny Angular application project in an Nx workspace.
Stars: ✭ 36 (-48.57%)
Mutual labels:  nx
bazel-nx-example
⚡ Example monorepo for Nest + Angular built with Bazel
Stars: ✭ 41 (-41.43%)
Mutual labels:  nx
binary-security-check
Analyzer of security features in executable binaries
Stars: ✭ 36 (-48.57%)
Mutual labels:  nx
zsh-startup-timer
A zsh plugin to print the time it takes for the shell to start up
Stars: ✭ 18 (-74.29%)
Mutual labels:  zsh-plugin
awesome-nx
An awesome list that curates the best Nrwl Nx tools, tutorials, articles and more.
Stars: ✭ 45 (-35.71%)
Mutual labels:  nx
game-store-monorepo-app
A full-stack web app built with NestJS and ReactJS that helps you find and discover over 500,000+ video games on your device. Powered by RAWG API.
Stars: ✭ 106 (+51.43%)
Mutual labels:  nx
switch-cmake
CMake toolchain for Nintendo Switch homebrew development
Stars: ✭ 38 (-45.71%)
Mutual labels:  nx
nx-tools
Workspace for Nx Plugins.
Stars: ✭ 40 (-42.86%)
Mutual labels:  nx
app-starter
Angular mono-repo (Ionic/Capacitor/StencilJS/Web Component) app starter for supporting cross platform apps.
Stars: ✭ 75 (+7.14%)
Mutual labels:  nx
ls
Zsh plugin for ls
Stars: ✭ 73 (+4.29%)
Mutual labels:  zsh-plugin
sys-clk-Overlay
Editor for your sys-clk configuration using ovl-loader!
Stars: ✭ 53 (-24.29%)
Mutual labels:  nx
nx-extend
Nx Workspaces builders and tools
Stars: ✭ 67 (-4.29%)
Mutual labels:  nx
Theme-Engine
Theme-Engine is usually made for modification & customization, so you can make trunks even more Colourful and better your Termux.
Stars: ✭ 31 (-55.71%)
Mutual labels:  zsh-plugin
material-colors
Material colorscheme
Stars: ✭ 25 (-64.29%)
Mutual labels:  zsh-plugin
memberhive
Relationship Management System for churches and organisations
Stars: ✭ 12 (-82.86%)
Mutual labels:  nx
nxrocks
Set of Nx plugins to enhance your Nx workspace (even more!)
Stars: ✭ 165 (+135.71%)
Mutual labels:  nx
nx-trumbitta
💡An attempt to start collecting all of my Nx-related Open Source work in a mono-repo.
Stars: ✭ 31 (-55.71%)
Mutual labels:  nx
matnbaz
📚 The source-code for matnbaz.net. A monorepo containing the back-end (NestJS/Prisma/Apollo), front-end (Next.js/Apollo) and some tooling.
Stars: ✭ 481 (+587.14%)
Mutual labels:  nx

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].