~/.config/fish/completions/gtl.fish PowerShell: PS> gtl completion powershell | Out-String | Invoke-Expression">
Skip to content

gtl completion

Generate shell completion scripts for gtl. To load completions: Bash: $ source <(gtl completion bash) $ gtl completion bash > /etc/bash_completion.d/gtl Zsh: $ gtl completion zsh > "${fpath[1]}/_gtl" Fish: $ gtl completion fish > ~/.config/fish/completions/gtl.fish PowerShell: PS> gtl completion powershell | Out-String | Invoke-Expression

Usage

bash
gtl completion [bash|zsh|fish|powershell]

Full Help

text
Generate shell completion scripts for gtl.

To load completions:

Bash:
  $ source <(gtl completion bash)
  $ gtl completion bash > /etc/bash_completion.d/gtl

Zsh:
  $ gtl completion zsh > "${fpath[1]}/_gtl"

Fish:
  $ gtl completion fish > ~/.config/fish/completions/gtl.fish

PowerShell:
  PS> gtl completion powershell | Out-String | Invoke-Expression

Usage:
  gtl completion [bash|zsh|fish|powershell]

Flags:
  -h, --help   help for completion

Released under the MIT License.