tspivey / tdsr

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

Repeat symbols condensing #36

Closed hbk619 closed 10 months ago

hbk619 commented 10 months ago

Rather than saying "equals equals equals equals equals", bundle everything up and say "five equals" This is useful for things such as pytest which has output like ============================================================= 44 failed in 0.27s ==============================

You can disable or enable the behaviour with the keyboard while running and specify your own list of symbols to condense in the config file

Fixes #34