Bananymous
|
ac22e006a4
|
Shell: Don't get stuck on broken state when failing to build command
|
2025-06-10 11:03:02 +03:00 |
Bananymous
|
6e981d1222
|
Shell: Add support for inline environment variables
e.g. `foo=$(echo lol) Shell -c 'echo $foo'` will now print lol!
|
2024-10-15 23:45:08 +03:00 |
Bananymous
|
8317bb13ca
|
Shell: Cleanup code by defining argument types as nested types
|
2024-10-15 23:44:06 +03:00 |
Bananymous
|
8adc97980a
|
Shell: rewrite the whole shell to use tokens instead of raw strings
tab completion is still running with raw strings and that has to be
fixed in the future.
|
2024-10-13 22:00:16 +03:00 |