1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-02-03 04:09:46 +08:00
ohmyzsh-mirror/plugins/opencode
Pranav Avva 0f4c8721c3
style(opencode): comply with line length style rule
Signed-off-by: Pranav Avva <pranav.avva@gmail.com>
2026-01-28 13:27:04 -05:00
..
opencode.plugin.zsh style(opencode): comply with line length style rule 2026-01-28 13:27:04 -05:00
README.md feat(opencode): add completion and alias plugin for opencode 2026-01-28 13:23:20 -05:00

opencode plugin

This plugin adds several aliases and shell completion for the opencode command line tool from Anomaly Innovations.

To use it, add opencode to the plugins array of your .zshrc file:

plugins=(... opencode)

Installation

See the opencode docs for installation instructions.

Aliases

Alias Command Description
oc opencode Run the opencode command
ocr opencode run Run opencode with a message

Completions

This plugin configures shell completion for the opencode command.