nvim-telescope / telescope-github.nvim

Integration with github cli
MIT License
221 stars 19 forks source link

Add gh issues develop #ID --checkout #46

Open peterfication opened 1 year ago

peterfication commented 1 year ago

This adds the only recently available Github CLI command to create a branch for an issue and checking it locally out.

See https://github.com/cli/cli/issues/5469

Please let me know what you think.

I'm pretty new to lua/neovim development, so any tips are appreciated. I just tried to follow what was there already.

peterfication commented 1 year ago

@sbulav what do you think about this addition?