Bananymous
|
d73a270fb1
|
Shell: Save and restore stdin flags after child returns
If child makes stdin nonblocking, Shell now restores it back to "normal"
flags
|
2025-04-18 18:26:09 +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
|
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 |