Update README with updated information

This commit is contained in:
Maxwell 2024-07-03 14:48:47 +10:00
parent 498795d69d
commit 3d78733956

View File

@ -6,8 +6,8 @@ Just bored in class one day so I started to code this. Will have some basic comm
## What's currently working?
`pwd`, `cat` (without command line arguments) and commands with no arguments are working. The shell shows your current directory before the input prompt.
`pwd`, `cat`, `cd`, `help`, `version` and `exit` (all without command line arguments) and commands with no arguments are working. The shell shows your current directory before the input prompt.
## What's planned?
Simple commands like `cat`, `touch`, `cd`, `ls` should be added, maybe with some more advanced features later.
Simple commands like `mkdir`, `touch` and `ls` should be added, maybe with some more advanced features later.