Skip to content

DenisBytes/odin-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

odin-shell

Implementing a zsh shell from scratch in Odin.

NOT AI SLOP

AI has NOT been used to implement any piece of this code. AI has been used only to review the codebase. All implementation, architecture, design, debugging, etc... has been done by a human.

What's working so far

  • Builtin commands: echo, type, pwd, cd, exit
  • Running external programs via PATH lookup
  • Output redirection (>, >>, 2>, 2>>)
  • Tab completion for commands and file paths
  • Quote handling (single and double) with escape sequences

About

zsh shell from scratch in Odin.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages