mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-03 04:09:46 +08:00
README.md for jules plugin
This commit is contained in:
parent
c7b47cd31b
commit
df1f8ae58b
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…
Reference in New Issue
Block a user