/explainshell-cli

CLI wrapper for explainshell.com

Primary LanguageGo

explainshell-cli

CLI wrapper for explainshell.com

Usage

explain [command]

Example

Explain the command ls -lah:

explain ls -lah

Result:

list directory contents
__________________________________________________

-l     use a long listing format
__________________________________________________

-a, --all
       do not ignore entries starting with .
__________________________________________________

-h, --human-readable
       with -l, print sizes in human readable format (e.g., 1K 234M 2G)
__________________________________________________

Installation

go install github.com/davidborzek/explainshell-cli/cmd/explain@latest