What I built
I built a simple CLI tool that explains common Linux commands like ls, rm, cd, grep, and tar.
How I built it
I used GitHub Copilot CLI to:
- Generate the project structure
- Write the Node.js CLI code
- Explain Linux commands
- Test the CLI directly from the terminal
Demo
Here is the CLI listing all supported commands:
(attach terminal screenshot)

Top comments (1)
โค๏ธ