From c532c1a33118dcee66cde921f8a4bbca035f4b03 Mon Sep 17 00:00:00 2001 From: justine Date: Tue, 21 Feb 2023 17:07:44 +0100 Subject: [PATCH] Update 'README.md' Added todo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e55c90..7a2e43a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Sqish -Rust Shell. This is an attempt to create a simple shell in Rust, because why not. +Rust Shell. This is an attempt to create a simple but usable shell in Rust, because why not. TODO: * git commit -m "message" does not work +* Allow redirecting >> to the end of a file ? ## sqishrc (Config) See the included sqishrc file included, and copy it as ~/.sqishrc