Skip to main content

tw generate-completion

Generate bash/zsh completion script for tw. Run the following command to give tw TAB completion in the current shell: source <(tw generate-completion)

The command writes a Bash or Zsh completion script to standard output. Load it in the current shell:

source <(tw generate-completion)
tw generate-completion