Releases: Javi-CD/TOAD_Command_Terminal
Releases · Javi-CD/TOAD_Command_Terminal
Toad Terminal v0.1.0 – First Public Release
First release of the Toad Command Terminal.
The first version of my TOAD terminal is here!
What's included
- Interactive REPL loop
- Modular command structure
Implemented commands:
cd– Change directoryls– List directory contentspwd– Show current pathecho– Print textclear– Clear screen (ANSI)help– Show command listversion– Display terminal versionexit- Exit the terminal
Tip
Run using cargo run in your terminal.
Note
This release is educational and intended as a sandbox for learning Rust through CLI development.