Skip to content

snoopysecurity/explainshell-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

explainshell-cli

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 .  │
│                                         │
╰─────────────────────────────────────────╯

📦 Installation

Clone the repo and install it with pip:

git clone https://github.com/snoopysecurity/explainshell-cli.git
cd explainshell-cli
pip install .

About

CLI to explain shell commands using explainshell.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages