Shell Completion

Weep can automatically generate shell completion scripts for Bash, Zsh, and Fish.

source <(weep completion bash)

To load completions for each session, execute this command once:

# Linux:
weep completion bash > /etc/bash_completion.d/weep
# MacOS:
weep completion bash > /usr/local/etc/bash_completion.d/weep

Last updated