Contents:
The supported shells are bash and zsh.
To enable autocompletion you need to configure it in your environment.
Place the following in your ~/.bashrc:
source <(macrame --print_shell_completion_script=bash)
Place the following in your ~/.zshrc:
source <(macrame --print_shell_completion_script=zsh)