A custom Windows command-line shell built using C and WinAPI.
It mimics basic PowerShell/CMD functionality with added utilities, apps launcher, mini-games, and networking tools.
- help โ Show all commands
- exit โ Exit shell
- cd โ Change directory
- cls โ Clear screen
- dir โ List files
- echo โ Print text
- ver โ Show version
- time โ Show system time
- del โ Delete file
- history โ Show command history
- ping โ Network ping
- curl โ HTTP request
- weather โ Live weather (wttr.in)
- cat โ Read file content
- youtube โ Open YouTube
- github โ Open GitHub
- leetcode โ Open LeetCode
- brave โ Open Brave Browser
- git โ Open GitHub Desktop
- dis โ Open Discord
- vs โ Open VS Code
- tele โ Open Telegram Desktop
- paint โ Terminal-based drawing tool (WASD + draw system)
- call mom โ Opens WhatsApp chat via predefined number
- pipe support โ cmd1 | cmd2 execution flow
-
W โ Move up
-
A โ Move left
-
S โ Move down
-
D โ Move right
-
SPACE โ Draw (#)
-
E โ Erase
-
C โ Clear canvas
-
Q โ Quit paint mode
Example: Behavior:
- Opens WhatsApp chat using predefined contact number
- Simulates CLI-based calling system
Example: Behavior:
- Output of first command is passed to second command