diff --git a/README.md b/README.md index 005dfa0..28f68a7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,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 ## sqishrc (Config) See the included sqishrc.yaml.example file included, and copy it as ~/.sqishrc.yaml