Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 678 Bytes

File metadata and controls

31 lines (19 loc) · 678 Bytes

github-copilot-cli.fish

Make GitHub Copilot CLI's alias work for Fish shell. The current Copilot CLI only supports bash, zsh and pwsh.

How to install

Via fisher

fisher install xerxes-2/github-copilot-cli.fish

Manually

Copy the file conf.d/github-copilot-cli.fish to $__fish_config_dir/conf.d/ on your machine.

How to use

Identical to the original Copilot CLI Aliases for bash, zsh and pwsh.

  • ghcs - gh copilot suggest
  • ghce - gh copilot explain

Use your own aliases

To use your own aliases, for example, to use ,:

alias ,s ghcs
alias ,e ghce