From 23dd3ae94721103dc4c6ed71fba9a8eb541b80ad Mon Sep 17 00:00:00 2001 From: justine Date: Mon, 20 Feb 2023 14:46:07 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28f68a7..08e714b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Rust Shell. This is an attempt to create a simple shell in Rust, because why not TODO: * Aliases don't currently handle arguments. My alias "vless" does not work with "vless lib.rs" * A shortcut / implemented command to show all Hotkeys -* Pressing Ctrl+c in a running command sends SIGINT all the way to the shell, which closes +* git commit -m "message" does not work +* Impossible to grep history / maybe implement Ctrl+R ? ## sqishrc (Config) See the included sqishrc.yaml.example file included, and copy it as ~/.sqishrc.yaml