Skip to main content

Shell completion

You can use Bash/Zsh/Oh-My-Zsh completion in you terminal

  • Bash

    Add source <(lets completion -s bash) to your ~/.bashrc or ~/.bash_profile

  • Zsh/Oh-My-Zsh

    There is a repo with zsh plugin with instructions