System Grab Bag

View all TLDR pages from common (or from all pages)

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 {{textfile.md}}
  • Analyze all Markdown files except example.md:
    alex *.md !{{example.md}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.