Skip to content

davidborzek/explainshell-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI wrapper for explainshell.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages