g-plane / pnpm-shell-completion

Complete your pnpm command fastly.
MIT License
119 stars 10 forks source link

refactor: revamp install to use fisher #14

Closed edouard-lopez closed 11 months ago

edouard-lopez commented 11 months ago

I automated the fetching of the binary and follow fish convention for completions so we can use fisher Once it approved, we need to update the location of the plugin:

-fisher install edouard-lopez/pnpm-shell-completion
+fisher install g-plane/pnpm-shell-completion
g-plane commented 11 months ago

Where the fisher command comes from?

edouard-lopez commented 11 months ago

Fisher is the most popular plugin manager for fish ecosytem, I added a link to the repo. Also updated the source repo to install from, so it will work once merged.

g-plane commented 11 months ago

Considering fisher is not bulti in Fish, I think we should keep the original installation method but we can still add this new method.

edouard-lopez commented 11 months ago

Done