Wizard Shell
- 3 Devlogs
- 4 Total hours
a custom shell written in c++ with fun commands.
a custom shell written in c++ with fun commands.
DEVLOG #3
Finallyyy!!! First pre-release of Wizard Terminal is here. I was working on standalone compiled file. Its available for windows, Linux, only. As i tried to make one for MACOS but sadly it wasn’t working. Anyways go and check it out!
DEVLOG #2
Made many changes on the wizard terminal this time. The terminal has proper command parsing now. Before this, I was using a string variable only, now using string vector. Now wizard terminal can interact with the files and folders.
Added wipe (clear screen), teleport (navigate directories), reborn (rename file) and summon command is now with better logic, .
Changed the prompt color to green.
Was wondering what should i create, so I decided to make A Custom terminal. I have completed the very basic structure of my wizard Terminal. would be continuing adding more commands. right now, i only have a few(for testing) commands. Would be adding many more.