mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
README.md for jules plugin
This commit is contained in:
parent
c7b47cd31b
commit
df1f8ae58b
1 changed files with 32 additions and 0 deletions
32
plugins/jules/README.md
Normal file
32
plugins/jules/README.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Sí, está mal formateado porque faltan encabezados ##, bloques de código y listas en markdown. Te lo dejo corregido y compacto, listo para pegar como README.md:
|
||||
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue