Expand description
Interactive shell for Rust
Provides an IShell interface to run commands through. These are the advantages:
- Each command returns an
std::process::Outputtype with stdout and stderr captured (while also being logged) cdcommands are remembered, despite each command running sequentially, each in a new true shell (i.e.sh)
Structsยง
- IShell
- A shell interface with memory