Sonar is a beatiful (and native) Mac app for managing Github and GitLab issues. I used the beta in the last couple of weeks for managing GitHub issues and it’s really good. The high-level outline view changes how you manage issues.
If you use Hookmark, I also made a integration scripts for it which is pretty useful for linking OmniFocus/Things projects to issues in Sonar.
@zsbenke Too bad it‘s just another subscription app with no option for a one-time fee. Otherwise, it looks great (I‘m missing Gitea/Forgejo support though).
@Nevarro I actually like that it’s a subscription app (a one-time payment would be cool though). I work with GitHub issues on a periodical basis, so I can just “rent” it for a couple of months.
Cool script, Zsolt! FWIW the URL you’re parsing there is the “fully qualified” version, but you might find it easier to parse (or just use…) the simpler format:
sonar-app://open?repo=myrepo&task=123
Ofc this assumes you only have a single added repo with the given name, but I’m guessing that would be true in the vast majority of cases.