Skip to content

Releases: Javi-CD/TOAD_Command_Terminal

Toad Terminal v0.1.0 – First Public Release

02 Jun 21:09
e4e4d7f

Choose a tag to compare

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 directory
  • ls – List directory contents
  • pwd – Show current path
  • echo – Print text
  • clear – Clear screen (ANSI)
  • help – Show command list
  • version – Display terminal version
  • exit - 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.