telescope-github.nvim icon indicating copy to clipboard operation
telescope-github.nvim copied to clipboard

Integration with github cli

Results 8 telescope-github.nvim issues
Sort by recently updated
recently updated
newest added

Is is possible to watch the diff when you explore the files that have been changed? I scroll all the way down but i dont see them

### Description hi! great plugin ! managed to see a pr with `:Telescope gh pull_request` but can't seem to execute them such as `open web ` using i suspect that's...

bug

The docs show `author` as a thing you can filter PRs on but the code is missing it. Easy patch

This PR adds the `` binding to the issue picker which will create/checkout an issue branch via `gh issue develop --checkout`.

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....

GitHub CLI has, for sometime, the search argument, in which you can search repositories. This would be a great addition to this extension.

### Description The `author` command never works for me, for example. `state` command works great. Things work fine on the gh cli. Also using gh version 2+. By the way,...

bug

### Description I'm not able to make edit / delete work, list / create work. ### Neovim version ```markdown NVIM v0.11.0 Build type: Release LuaJIT 2.1.1741730670 ``` ### Operating system...

bug