From 3d7873395687ee0f4a77ff217392aa47faa90bac Mon Sep 17 00:00:00 2001 From: max Date: Wed, 3 Jul 2024 14:48:47 +1000 Subject: [PATCH] Update README with updated information --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 091d438..cc6a24f 100644 --- a/README.md +++ b/README.md @@ -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.