mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
30 lines
490 B
Markdown
30 lines
490 B
Markdown
# 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
|