Replies: 2 comments 4 replies
-
apparently it is meant to do just that, but doesn't work for me. Could be a compatibility issue with oh-my-zsh |
Beta Was this translation helpful? Give feedback.
-
Hey @madrussa @CobyPear @indexzero @weyert @cpojer, I was looking for better Zsh completions for pnpm myself, especially for package.json scripts - the way I had it setup for yarn - but couldn’t find anything satisfying. So, I went ahead and built a plugin to handle it. Check it out here: michakfromparis/zsh-pnpm-completions. I threw a bunch of aliases and live npm package completion on top while at it. Hope this helps you guys too! Let me know if this works for you. Cheers, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
The https://pnpm.io/completion is a really nice touch. It would be reallllllly nice however if this could extend to tab-completing the nearest package.json scripts. So doing
pnpm \t
could in addition outputstart
test
lint
... or if it may become too verbose having them under the run command would be idealpnpm run\t
would then give you the scripts list or options with scripts prioritised.Beta Was this translation helpful? Give feedback.
All reactions