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
