2019-05-02 17:22:15 +01:00
|
|
|
# alex
|
|
|
|
|
|
|
|
> A tool that catches insensitive, inconsiderate writing.
|
|
|
|
> It helps you find gender favouring, polarising, race related, religion inconsiderate, or other unequal phrasing in text.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://github.com/get-alex/alex>.
|
2019-05-02 17:22:15 +01:00
|
|
|
|
2021-01-31 17:05:18 +00:00
|
|
|
- Analyze text from stdin:
|
2019-05-02 17:22:15 +01:00
|
|
|
|
|
|
|
`echo {{His network looks good}} | alex --stdin`
|
|
|
|
|
|
|
|
- Analyze all files in the current directory:
|
|
|
|
|
|
|
|
`alex`
|
|
|
|
|
|
|
|
- Analyze a specific file:
|
|
|
|
|
|
|
|
`alex {{textfile.md}}`
|
|
|
|
|
2020-12-29 11:45:05 +00:00
|
|
|
- Analyze all Markdown files except `example.md`:
|
2019-05-02 17:22:15 +01:00
|
|
|
|
|
|
|
`alex *.md !{{example.md}}`
|