On this page you find all important commands for the CLI tool alex. If the
command you are looking for is missing please ask our AI.
alex
Alex is a command-line tool used for catching insensitive, inconsiderate writing issues in English. It is specifically designed to analyze writing from a gender perspective, highlighting instances of biased language. The tool scans text files or individual sentences and suggests alternative, more inclusive phrasings if identified. This can be helpful for ensuring more equitable and respectful language in various written contexts, such as documentation, essays, or other forms of content creation. Alex is available for use on various operating systems and can be integrated into text editors, version control systems, or other writing workflows for seamless checking and editing.
List of commands for alex:
-
alex:tldr:0528f alex: Analyze a specific file.$ alex ${textfile-md}try on your machineexplain this command
-
alex:tldr:4feed alex: Analyze all Markdown files except `example.md`.$ alex *.md !${example-md}try on your machineexplain this command
-
alex:tldr:534b4 alex: Analyze all files in the current directory.$ alextry on your machineexplain this command