An open API service indexing awesome lists of open source software.

https://github.com/meh/cancer

It's terminal.
https://github.com/meh/cancer

dec terminal terminal-emulators vt100

Last synced: 2 months ago
JSON representation

It's terminal.

Awesome Lists containing this project

README

        

It's Terminal
=============
This is a terminal emulator. Why yet another? Because.

Installation
------------
To install it you will need [rustup.rs](https://rustup.rs), then you can
install it with Cargo.

```shell
cargo +nightly install --force --git https://github.com/meh/cancer
```

You also have to run the following command to make sure the terminal
capabilities are installed.

```shell
cancer -T | tic -x -
```