Does anyone know if there is a text comparison app that works with VoiceOver? I used to use Beyond Compare which I loved but it's not at all accessible. I also try PyCharm's built-in comparison but I can't find a way to know what the differences are.
The only thing I've found that works at all is Bitbucket when I'm reviewing a pull request. It's not perfect but at least I can tell what has changed.
I'm wanting to use this mainly alongside git for viewing history, resolving conflicts etc. I have also developed a terrible tendency to accidentally type rogue characters in the editor (like w when I meant to use cmd+w) and then I find I have a file to commit but am not sure what I've done. So either something that works with git, or something I can tell PyCharm to use.
Anyone know if such a thing exists? I found a similar topic on here a while back specific to resolving conflicts and the suggestion was to just open the git-mangled file and manually sort it. So I suspect I can do something similar with patches and so on, but would love something more user-friendly.
Comments
Kaleidoscope
I managed to stumble across an app called Kaleidoscope because I heard about a VoiceOver bug they had fixed. So I installed the trial. The app is certainly usable with VoiceOver. I found one unlabelled button but otherwise all seemed good.
I'm not sure how you can tell where the differences are, although you can jump to previous/next. So it might be doable but it needs a bit of effort to figure out.
There's a 14 day trial available from their web site:
https://kaleidoscope.app
Has anyone else tried it?