Skip to content

manaskarekar/turtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages