Skip to content

JUMAIL-WM/linux-explain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Linux Command Explainer

A simple CLI tool to explain common Linux commands with usage examples and flag descriptions.

Installation

npm install -g .

Or use directly:

node index.js <command>

Usage

# Explain a specific command
explain rm

# List all available commands
explain list

# Show help
explain --help

Examples

$ explain rm

πŸ“– RM
──────────────────────────────────────────────────

Remove files or directories

Usage: rm [OPTIONS] FILE...

Common Flags:
  -r         Remove directories recursively
  -f         Force removal without prompting
  -i         Prompt before every removal
  -rf        Recursively force remove (dangerous!)

⚠️  Be careful! rm -rf can permanently delete files without recovery

Supported Commands

  • ls, cd, rm, cp, mv, mkdir, pwd
  • cat, grep, find
  • chmod, chown
  • ps, kill
  • tar, sudo

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published