A script to generate MacOS text replacements to correct common misspellings of tech company and product names.
For example: Github
will be corrected to GitHub
wherever MacOS Text Replacements are respected.
MacOS Text Replacements are respected in:
- Apple apps (iMessage, Notes, Pages etc.)
- Slack
MacOS Text Replacements are not respected in:
- Notion
- Google Docs
A basic understanding of python and the command line is assumed in these instructions.
To install these snippets on your own computer:
- Clone this repo, and
cd
into it. - Run
python generate-text-replacements.py
— this generates a file namedtech-names.plist
- Open up
System Preferences
>Keyboard
>Text
- Drag the
tech-names.plist
file from its location to the Text pane.
Contributions (especially to the list of company and product names) are welcome!
Please keep the entries in tech-names.csv
in alphabetical order.