Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

These docs describe unreleased changes on master. Read the latest stable documentation.

syq completion

Generate shell completion and manage cached endpoint suggestions. See shell setup to enable completion.

syq completion <COMMAND>
CommandPurpose
completion bashPrint the Bash completion adapter
completion zshPrint the Zsh completion adapter
completion fishPrint the fish completion adapter
completion cacheInspect or clear cached endpoint suggestions

Help (also available on subcommands)

Argument / optionMeaning
-h, --helpShow common usage and options
--help-allShow all options and details

syq completion bash

syq completion bash

syq completion zsh

syq completion zsh

syq completion fish

syq completion fish

syq completion cache

syq completion cache <COMMAND>
CommandPurpose
completion cache listList learned endpoint suggestions, most recently used first
completion cache forgetForget one exact native endpoint spelling
completion cache clearRemove all learned endpoint suggestions

syq completion cache list

syq completion cache list

syq completion cache forget

syq completion cache forget <ENDPOINT>

Arguments

Argument / optionMeaning
<ENDPOINT>Endpoint to forget: [USER@]HOST[:PORT], e.g. alice@nas:2222

syq completion cache clear

syq completion cache clear