Awesome
zsh-npm-scripts-autocomplete
This plugin shows autocomplete suggestions for npm
scripts from package.json
at current working directory.
Works with npm
, yarn
, bun
and pnpm
.
Installation
oh-my-zsh
Step 1
Clone this repository to your oh-my-zsh plugins folder
(by default ~/.oh-my-zsh/custom/plugins
):
git clone \
git@github.com:grigorii-zander/zsh-npm-scripts-autocomplete.git \
~/.oh-my-zsh/custom/plugins/zsh-npm-scripts-autocomplete
Step 2
Add plugin to your .zshrc
config:
plugins=(
zsh-npm-scripts-autocomplete
)
Step 3
Restart your terminal or reload .zshrc
config with the following command:
source ~/.zshrc
Step 4 (optional)
Invoke selected script with a single hit of Enter/Return
.
zmodload -i zsh/complist
bindkey -M menuselect '^M' .accept-line