HN, is there an online issue tracker with a good CLI around the issue API? I've been using bugs-everywhere for my own repos but I'm not very satisfied with it, I can't place a finger on why. I want to be able to create/list/tag/delete issues from the command line. I know both bitbucket and gitlab offer APIs but I wonder if they have a nice usable wrapper around it?
We don't maintain our own, but there are a number of GitLab API CLI tools and wrappers. Have a look here: <a href="https://about.gitlab.com/applications/#cli-clients" rel="nofollow">https://about.gitlab.com/applications/#cli-clients</a>
Taiga has a pretty nice looking command line client for their issue tracking <a href="https://github.com/taigaio/taiga-ncurses" rel="nofollow">https://github.com/taigaio/taiga-ncurses</a>
Not what you're asking but something similar to BE: <a href="https://github.com/travisb-ca/nitpick" rel="nofollow">https://github.com/travisb-ca/nitpick</a><p>Also, your be usage experience may depend on how you're using it. In-branch/separate-branch/without-vcs? As a single user, I use it outside vcs and am reasonably happy with it.