From e57abc18a9c9ac12427c0a9390d791cb8e7107b2 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Wed, 3 Jul 2024 12:22:31 +1000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb7286d..58546d7 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,12 @@ A shell coded in Python. No reason :) -Just bored in class one day so I started to code this. Will have some basic commands in built, and as it is coded in Python you should be able to have a similar terminal experience anywhere! \ No newline at end of file +Just bored in class one day so I started to code this. Will have some basic commands in built, and as it is coded in Python you should be able to have a similar terminal experience anywhere! + +## What's currently working? + +`pwd` 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. \ No newline at end of file