Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 554 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 554 Bytes

kmdr.sh

The CLI client for explaining shell commands.

Installation

With yarn

yarn global add kmdr

With npm

npm install kmdr --global

Usage

Explain a command

$ kmdr explain
⌨️ Explain a command: rm -rf /

💥 Syntax Highlighting
  rm -rf /

💡 Explanation
  rm: remove files or directories
  -r, -R, --recursive: remove directories and their contents recursively
  -f, --force: ignore nonexistent files and arguments, never prompt
  /: an argument