made each sentence a list item for easier reading

This commit is contained in:
konomo 2021-11-06 15:52:08 +00:00
parent 67e1f6d870
commit 4e19836ac2
2 changed files with 3 additions and 2 deletions

View File

@ -11,4 +11,5 @@ copy it into your gemini directory and make it executable of course
## Changelog
* 2021-10-18: thrown together in an hour
* 2021-10-19: thrown through shellcheck
* 2021-11-05: added pronoun selector. add ";" and your preferred pronouns into the name field to see only those
* 2021-11-05: added pronoun selector. add ";" and your preferred pronouns into the name field to see only those
* 2021-11-06: made each sentence a list item for easier reading

View File

@ -65,7 +65,7 @@ for i in "${pr_sub[@]}"; do
cursent="${cursent//POSESSIVEDT/"${pr_psd[${cnt}]}"}"
cursent="${cursent//POSESSIVE/"${pr_pos[${cnt}]}"}"
cursent="${cursent//REFLEXIVE/"${pr_ref[${cnt}]}"}"
printf "%s\n" "${cursent^}"
printf "* %s\n" "${cursent^}"
done
printf "\n"