cristiand391 / sf-plugin-fzf-cmp

Fuzzy completion for the Salesforce CLI
3 stars 0 forks source link

feat: support plugin name completion #1

Closed cristiand391 closed 12 months ago

cristiand391 commented 12 months ago

What does this PR do?

Adds support for plugin name completion to sf plugins inspect | uninstall.

plugin data is only available at runtime so this PR adds a hidden __fzf_complete that allows to get runtime data in a reliable format.

sf plugins uninstall:  only show user plugins (installed or linked)

Screenshot from 2023-10-08 21-10-12

sf plugins inspect: show all plugins

Screenshot from 2023-10-08 21-09-04

What issues does this PR fix or reference?

none