Hi Philippe, On Fri, 30 Jul 2021, Philippe Blain wrote: > Recently I've even been using only the terminal with Gitgitgadget: > I use 'git branch --edit-description' > to write my cover letter, and then use the 'gh' GitHub CLI to open my PR: > > $ git config --get-regexp alias.desc* > alias.desc-title !git config branch.$(git branch --show-current).description | > head -1 > alias.desc-body !git config branch.$(git branch --show-current).description | > tail -n+3 > $ gh pr create --title "$(git desc-title)" --body "$(git desc-body)" --head > phil-blain:$(git branch --show-current) I bet you could streamline this even further by defining a `gh` alias: https://cli.github.com/manual/gh_alias_set Ciao, Dscho