GitHub Copilot CLIplugin for Oh My Fish and Fisher,
- GitHub CLI installed and authenticated.
- GitHub Copilot CLI extension installed.
omf install https://github.com/Asim-Tahir/github-copilot-cli.fishfisher install Asim-Tahir/github-copilot-cli.fishAfter installing the github-copilot-cli.fish plugin, can inspect the abbreviations with the following command:
abbr --show | grep ghcs| Abbreviation | Command |
|---|---|
ghcs |
gh copilot suggest |
ghce |
gh copilot explain |
Base structure heavily inspired from jhillyerd/plugin-git. Thanks for the amazing plugin.