Vaimer9 / vsh

A Unix shell written and implemented in rust 🦀
Mozilla Public License 2.0
93 stars 9 forks source link

Stability #2

Closed FeistyKit closed 2 years ago

FeistyKit commented 2 years ago

I did a few edits for stability, mostly just to prevent crashing. I also implemented expanding ("~/Downloads" becomes "$HOME/Downloads") in path names, which can be escaped.

Vaimer9 commented 2 years ago

Thank you very much for the PR, Im going to take my time on reading up this code since there are a lot of changes with new dependencies and I don't want to be a stranger to my own codebase. I'll try and merge once I've thoroughly been through each new addition :)