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.
- Host: GitHub
- URL: https://github.com/meh/cancer
- Owner: meh
- License: gpl-3.0
- Created: 2016-09-28T21:23:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T11:59:01.000Z (over 6 years ago)
- Last Synced: 2025-03-28T08:04:24.640Z (3 months ago)
- Topics: dec, terminal, terminal-emulators, vt100
- Language: Rust
- Homepage:
- Size: 7.61 MB
- Stars: 130
- Watchers: 7
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 -
```