logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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 bug label:

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}}

See Also