A POSIX compliant shell (in the near future) capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more.
Current Features
The shell starts with a prompt ($) that signals it’s ready for your command. As of now, only a few commands are supported such as
exitcommand terminates the shellControl + Cterminates the shell.echobuiltin prints its argumentstypebuiltin is used to determine how a command would be interpreted if it were used.pwdbuiltin prints the full, absolute path of the current working directorycdbuiltin is used to change the current working directory - Implementation in Progress
- GithubShell