Aliases now take arguments

This commit is contained in:
Justine Pelletreau 2023-02-21 16:09:05 +01:00
parent e4101883e1
commit 6fa2788161

View File

@ -2,7 +2,6 @@
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 shell in Rust, because why not.
TODO: 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 * A shortcut / implemented command to show all Hotkeys
* git commit -m "message" does not work * git commit -m "message" does not work
* Startup script section in sqishrc * Startup script section in sqishrc