A simple CLI wrapper for explainshell.com to explain shell commands in your terminal.
Usage:
explainshell-cli tar -xzvf
โฏ explainshell-cli ls -la
โญโโโโโ ๐ Explanation โโโโโโโฎ
โ โ
โ list directory contents โ
โ โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โญโโโโโโ ๐ Explanation โโโโโโโโฎ
โ โ
โ -l โ
โ use a long listing format โ
โ โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โญโโโโโโโโโโโโ ๐ Explanation โโโโโโโโโโโโโโฎ
โ โ
โ -a โ
โ , โ
โ --all โ
โ do not ignore entries starting with . โ
โ โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Clone the repo and install it with pip:
git clone https://github.com/snoopysecurity/explainshell-cli.git
cd explainshell-cli
pip install .