pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.33k stars 125 forks source link

Filter assignee list and/or pass pass username to "assignee add" #267

Closed NathanKleekamp closed 2 years ago

NathanKleekamp commented 2 years ago

Issue Description

Type: feature request

Describe what happened (or what feature you want)

First off, I absolutely adore this plugin. It's first rate!

I'd love the ability to pass a username to Octo assignee add instead of popping open a pick list that filters while typing. Something like:

:Octo assignee add JimmyCrackedCorn

The filter while typing functionality can be slow because it seems to search the entirety of Github's user base. Might be also be useful to limit the assignees to repo members (if a private repo).

pwntester commented 2 years ago

Thanks for the suggestion, I have added support for passing a login to the assignee and reviewer commands. Will add it as well for labels