sqish/README.md

375 B

Sqish

Rust Shell. This is an attempt to create a simple shell in Rust, because why not.

!!! LOOK into the pty crate to handle pseudoterminals such as in top or ssh

My starting point is this article which is excellent. I will start with the final form of a shell given in the article and try to reformat it: