mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 02:00:31 +00:00
Update cheatsheets
This commit is contained in:
26
alex
Normal file
26
alex
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# alex
|
||||
|
||||
> Catch 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}}`
|
||||
Reference in New Issue
Block a user