terrapin

tpn is an interactive unix shell. It is designed to remove complexity from the shell environment and to be extremely simple to understand and use.

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 suggestions or code contributions, please first read through why I started developing this.

Inspiration