GitHub Copilot CLI
plugin 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.fish
fisher install Asim-Tahir/github-copilot-cli.fish
After 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.