Can I add issues to github from the command line?
问题 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 github.com, and I'd like to be able to automate the task somewhat by using a command line program. Is there a command line interface for github? 回答1: You could check out this cli for the Github issues API. Note this is specific to Github Issues only. Hope this helps. [edit] The original answer mentioned this application which