Skip to content

DenisBytes/odin-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

odin-shell

Implementing a zsh-like shell from scratch in Odin.

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-like shell from scratch in Odin.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages