I\'m new to git and I\'d like to be able to map plans and progress for my project through github.
The problem is, that requires lots of clicking around with a browser on
With Github's new official CLI (command line interface):
gh issue create --title "How to create an issue?" --body "I need a github CLI"
See additional details and options and installation instructions.