mdbs99/git-work

Command to list all open issues

Opened this issue · 4 comments

It would be nice if git-work can list the opened issues, something like $ git work issues and the opened issues appear. I'll handle it.

All right, that's a good idea... but it could be more complex or take more time.
Do you agree that we need to have #10 as soon as possible to move faster?

Maybe we can start opening just one issue, using the branch name.
Some options for the new command:

  1. git work issue 123 -v and/or git work issue 123 --view
  2. git work view 123 (it needs to check if branch name is a valid number)
  3. git work issues 123 (plural)

@mdbs99 WDYT something like:

git work view issues to view all issues
git work view issue 123 to view issue 123
git work view prs to view all pull requests
git work view pr 123 to view pull request 123

@fabriciofx perfect.