terrapin

tpn is a self-defined language of interaction to communicate with a computer.

To learn how to use tpn, take a look at the documentation. If you are new to interactive shells, try reading through the tutorial for an introduction.

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

tpn is currently in active development. The status of the project can be viewed here.

Contributing

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

Inspiration