mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* a2ping: minor fixes * ab: fix mnemonics * ab: fix mnemonics * ab: fix mnemonics * abduco: add mnemonics * accelerate: use Hugging Face as a trademark * ack: highlight grep as a command * acme.sh: highlight certbot as command * act: add mnemonics * ag: highlight ack as command * age-keygen: add Oxford comma * linux/shutdown: add mnemonics * airdecap-ng: use Oxford comma * alex: use standard path name template
516 B
516 B
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. More information: https://github.com/get-alex/alex.
- Analyze text from
stdin
:
echo {{His network looks good}} | alex --stdin
- Analyze all files in the current directory:
alex
- Analyze a specific file:
alex {{path/to/file.md}}
- Analyze all Markdown files except
example.md
:
alex *.md !{{example.md}}