pwntester / octo.nvim

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

Feature request - mark file as reviewed #147

Closed Shatur closed 3 years ago

Shatur commented 3 years ago

Issue Description

Type: feature request

Describe what feature you want

When viewing large PRs, it is often required to mark a file as viewed so as not to get confused. This can be done in the web version and in VSCode. It would be awesome to have the same feature here.

pwntester commented 3 years ago

Hi, thanks for the suggestion, I implemented it on https://github.com/pwntester/octo.nvim/pull/148 Can you please give it a try and let me know if it works as you expect?

Shatur commented 3 years ago

@pwntester, tested on your PR, it works, thank you!

A small suggestion. Can we use a plain message on Octo pr checkout instead of error?

pwntester commented 3 years ago

I changed the checkout output. Not sure why gh always write to stderr even if there are no errors

Shatur commented 3 years ago

Thanks!