Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command to list all open issues #15

Open
fabriciofx opened this issue Aug 7, 2017 · 4 comments
Open

Command to list all open issues #15

fabriciofx opened this issue Aug 7, 2017 · 4 comments

Comments

@fabriciofx
Copy link
Collaborator

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.

@mdbs99
Copy link
Owner

mdbs99 commented Aug 7, 2017

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?

@mdbs99
Copy link
Owner

mdbs99 commented Aug 7, 2017

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)

@fabriciofx
Copy link
Collaborator Author

@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

@mdbs99
Copy link
Owner

mdbs99 commented Aug 7, 2017

@fabriciofx perfect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants