Open Codeplugin for Oh My Fish and Fisher,
omf install https://github.com/Asim-Tahir/opencode.fishfisher install Asim-Tahir/opencode.fishAfter installing the opencode.fish plugin, make sure the opencode CLI is available on your PATH (this plugin only adds Fish integration and completions).
- Restart Fish or
sourceyour session so the plugin loads - Press Tab anywhere in an
opencodecommand to see dynamic completions powered by yargs:
opencode <Tab>
opencode github <Tab>
opencode github install <Tab>If you do not see completions, verify that opencode --get-yargs-completions opencode returns output; the plugin forwards that to Fish.
Base structure heavily inspired from jhillyerd/plugin-git. Thanks for the amazing plugin.