Added export command

This commit is contained in:
Justine
2023-03-04 20:17:22 +01:00
parent 5743678e23
commit 09cea688b7
2 changed files with 24 additions and 10 deletions

View File

@ -18,14 +18,9 @@ Also keep in mind I'm a beginner in Rust, so the code is pretty dirty; I will pr
TODO (Reformat):
* Creating a struct "shell" that contains builder method taking an input and an output as parameters as well as a conf could be cool
* Maybe subdivide lib.src to have more modularity 'cause it getting kinda long... 500 lines it a bit much ?
TODO(Features):
* Allow redirecting >> to the end of a file ?
* Allow && in commands ?
* Improve word jumping
* Add arguments : run a file (sqish myexec) which I believe would make it compatible with gdb ?
* Add export command => Reuse the function set_envvars
TODO (features):
* Add a &&
## sqishrc (Config)
See the included sqishrc file included for comments, and copy it as ~/.sqishrc for use (optionnal).