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