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?
Ask HN: Good online issue tracker with CLI | Better HN
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.
That probably may have been it. I was using it inside a separate branch but didn't like the workflow where i'd commit after every change. I don't want to commit unless I'm trying to make a backup.