On my system, zsh-github-copilot does run when I type one of the assigned key bindings, but it works correctly only the first time I use it. On subsequent invocations, I get:
$ show directory listing<Alt-\>_gh_copilot_spinner:3: file exists: /tmp/zsh_gh_copilot_result
I think this is because ZSH redirection by default refuses to overwrite a file:
On my system, zsh-github-copilot does run when I type one of the assigned key bindings, but it works correctly only the first time I use it. On subsequent invocations, I get:
I think this is because ZSH redirection by default refuses to overwrite a file:
This can be overridden e.g. using
>|
instead: