Skip to content

thepigeonoftime/explainshell-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

explainshell-cli

explainshell.com CLI implementation in Rust

Needs the Rust Toolchain (available at https://rustup.rs/ ).

Installation:

cargo install --git https://github.com/p1g30n/explainshell-cli

note that ~/.cargo/bin/ must be in your $PATH

Usage:

explain COMMAND [ARGS] (combining arguments works)

Example:

explain tar -xzvf

Output:
The GNU version of the tar archiving utility
__________________________________________________

-x, --extract, --get
      extract files from an archive
__________________________________________________

-z, --gzip, --gunzip --ungzip
__________________________________________________

-v, --verbose
      verbosely list files processed
__________________________________________________

-f, --file ARCHIVE
      use archive file or device ARCHIVE
__________________________________________________

About

explainshell.com CLI implementation in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages