Manage GitHub Issues - Control Issues with Hub | Online Free DevTools by Hexmos
Manage GitHub issues efficiently with Hub Issue Manager. List, display, and filter issues directly from the command line. Free online tool, no registration required.
hub-issue
Manage Github issues. More information: https://hub.github.com/hub-issue.1.html.
- List the last 10 issues with the
buglabel:
hub issue list {{[-L|--limit]}} {{10}} {{[-l|--labels]}} "{{bug}}"
- Display a specific issue:
hub issue show {{issue_number}}
- List 10 closed issues assigneed to a specific user:
hub issue {{[-s|--state]}} {{closed}} {{[-a|--assignee]}} {{username}} --limit {{10}}
