Can I add issues to github from the command line?
command-line-interface, git, github, github-issues
Solution
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 doesn't function anymore and recommends `ghi`.
Problem
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?