gem-pd/README.md

34 lines
1.7 KiB
Markdown
Raw Normal View History

2021-10-18 12:19:42 +00:00
# gem-pd
2021-10-18 12:22:31 +00:00
gem-pd is a Pronoun Dressing Room program for gemini in bash
made after seeing [https://asteine8.github.io/projects/pronoun-dressing-room/dressing-room/index.html](https://asteine8.github.io/projects/pronoun-dressing-room/dressing-room/index.html) in the web
## Setup
copy it into your gemini directory and make it executable of course
2022-03-14 16:57:18 +00:00
## TODO
2022-05-31 13:18:38 +00:00
* randomly collect sentences from files [opened: 2022-03-14T16:45:30Z]
2022-03-14 16:57:18 +00:00
* [ ] add a lot of sentences
* [ ] make the program select a random selection (like 3 or 4 of them)
* [ ] make that optional
2022-03-14 16:57:18 +00:00
* more flexibility [opened: 2022-05-30T14:14:00Z; closed: 2022-05-31T13:13:30Z]
2022-05-31 13:18:38 +00:00
* [X] add another file for pronouns instead of having them hardcoded.
* unhardcode [opened: 2022-05-31T13:32:00Z]
* [ ] instead of hardcoding they for plural detection, put that into the csv file
2022-05-31 13:18:38 +00:00
2021-10-18 12:22:31 +00:00
## Changelog
* 2021-10-18: thrown together in an hour
2021-10-19 20:34:59 +00:00
* 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-06: made each sentence a list item for easier reading
* 2021-11-06: make the pronoun text a little easier to see, and remove the unnecessary '---' in that case. also change the input text to direct the user how to enter stuff.
* 2021-11-06: by exporting the sentences to a file, more can be added easily.
* 2021-11-07: the position of the pronouns within the array is now independent
* 2021-11-07: fix compatibility with weird clients that don't encode ; as %3B
2022-03-14 16:57:18 +00:00
* 2022-03-14: add new sentences
* 2022-05-31: export pronouns to csv file; add one new sentence
* 2022-05-31: make it shown when a pronoun is preferred that is unknown, also some more comments