Forrest logo
back to context overview

alex

List of commands for alex:

  • alex:tldr:0145b alex: Analyze text from `stdin`.
    $ echo ${His network looks good} | alex --stdin
    try on your machine
    explain this command
  • alex:tldr:0528f alex: Analyze a specific file.
    $ alex ${textfile-md}
    try on your machine
    explain this command
  • alex:tldr:4feed alex: Analyze all Markdown files except `example.md`.
    $ alex *.md !${example-md}
    try on your machine
    explain this command
  • alex:tldr:534b4 alex: Analyze all files in the current directory.
    $ alex
    try on your machine
    explain this command
back to context overview