Added export command
This commit is contained in:
@ -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).
|
||||
|
||||
Reference in New Issue
Block a user