# Jules Zsh autocompletion for the `jules` command-line interface. ## Installation Add `jules` to the plugins list in your `.zshrc`: ```zsh plugins=(... jules) Reload your shell: source ~/.zshrc ``` Features: - Command and subcommand completion - Flags and options completio - Support for remote command Requirements: - Zsh - Oh My Zs - Jules CLI available in $PATH (download on https://jules.google/docs/cli/reference) Maintainer JuanCaarPapers https://github.com/JuanCaarPapers