Skip to content
 
 

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The CLI client program for kmdr

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages