terrapin

tpn is an interactive unix shell. It is designed to remove cognitive complexity from the shell environment.

For more information about how to use tpn, please consult the documentation.

Installation

tpn is written in Rust and can be installed with cargo.

```bash

'stable' version

cargo install terrapin

development version

cargo install --git https://codeberg.org/asvln/terrapin ```

Status

Currently the shell works as intended but only has a small set of features.

If installing from this repository, expect potential bugs.

Contributing

Before contributing pull requests or suggestions, please review the design decisions.

Inspiration