fx-completion icon indicating copy to clipboard operation
fx-completion copied to clipboard

[feature-request] `fx completion <shell>` to return completion script

Open tigerinus opened this issue 4 years ago • 1 comments

Here are the current cli completions I have sourced:

source <($HOME/.local/bin/helm completion bash)
source <($HOME/.local/bin/kaf completion bash)
source <($HOME/.local/bin/kustomize completion bash)
source <($HOME/.local/bin/pip completion --bash)
source <($HOME/.local/bin/stern --completion=bash)
source <(/usr/bin/kubectl completion bash)
source <(PATH="$HOME/.local/node/bin:$PATH" $HOME/.local/node/bin/npm completion)

Would be nice to include fx completion bash to the list in this way.

tigerinus avatar Feb 24 '22 18:02 tigerinus

Here are the current cli completions I have sourced:

source <($HOME/.local/bin/helm completion bash)
source <($HOME/.local/bin/kaf completion bash)
source <($HOME/.local/bin/kustomize completion bash)
source <($HOME/.local/bin/pip completion --bash)
source <($HOME/.local/bin/stern --completion=bash)
source <(/usr/bin/kubectl completion bash)
source <(PATH="$HOME/.local/node/bin:$PATH" $HOME/.local/node/bin/npm completion)

Would be nice to include fx completion bash to the list in this way.

Welcome

Banksoftrust avatar Mar 02 '22 07:03 Banksoftrust