Skip to content

Commit

Permalink
Make speaking lists better
Browse files Browse the repository at this point in the history
Previously, when Say was used to read lists with stars "*" as list points, it spoke its directory contents. 
They're now being replaced with plus "+" to make clear that a new list point is starting. 
The plus sign works and is localised. "list dot" is long and would need localisation.
  • Loading branch information
BjoAce committed Jul 17, 2017
1 parent c566613 commit f5aa524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Say/say.sh
@@ -1 +1,2 @@
echo $POPCLIP_TEXT | say
result_string="${POPCLIP_TEXT//\*/+}"
echo "$result_string" | say

0 comments on commit f5aa524

Please sign in to comment.