Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 385 Bytes

Turtle Shell

A basic shell

Basic features

  • Support for basic built-in shell commands like cd, exit, and handling EOF.
  • Support for absolute paths or PATH lookup for commands.
  • Support for quoted args.
  • Support for displaying errors and error codes.
  • A basic tokenizer to handle quotes and whitespaces.

Currently only tested on linux. Simply cargo run to run it.