tspivey / tdsr

A console screen reader for macOS and Linux
GNU General Public License v3.0
79 stars 19 forks source link

Repeated symbols handling #34

Closed hbk619 closed 10 months ago

hbk619 commented 10 months ago

Currently TDSR reads symbols one by one e.g for Pytest output the total tests is surrounded by equals symbols so TDSR reads "equals equals equals equals equals". Some screen readers tell you the count and the symbols e.g. "5 equals". It would be cool if TDSR did that too. I've made a commit on my fork and it works well. I could make it optional based on config if that's preferred. What do you think?

ChrisDuffley commented 10 months ago

I'd like to see this as a config option.

Thanks!