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>.
Install
- All systems
-
curl cmd.cat/alex.sh
- Debian
-
apt-get install alex
- Ubuntu
-
apt-get install alex
- Arch Linux
-
pacman -S alex
- Kali Linux
-
apt-get install alex
- Fedora
-
dnf install alex
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install alex
- OS X
-
brew install alex
- Raspbian
-
apt-get install alex
- Dockerfile
- dockerfile.run/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
© tl;dr; authors and contributors