Reformatted the command execution part

This commit is contained in:
Justine Pelletreau
2023-03-02 14:49:34 +01:00
parent 488c9c6e0a
commit 1eb1b239c2
2 changed files with 89 additions and 54 deletions

View File

@ -14,7 +14,13 @@ Sqish is now my default shell on my home computer, and I'll keep adding features
Also keep in mind I'm a beginner in Rust, so the code is pretty dirty; I will probably come around to reformating it once I have all the features I want and ironed out all the bugs.
TODO:
# TODO
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