terrazzo-terminal

Crates.ioterrazzo-terminal
lib.rsterrazzo-terminal
version
sourcesrc
created_at2024-12-29 08:53:55.903267+00
updated_at2025-05-17 14:36:28.400631+00
descriptionA simple web-based terminal emulator built on Terrazzo.
homepage
repositoryhttps://github.com/Terrazzo-Web/Terminal
max_upload_size
id1498094
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Lamparo (LamparoS)

documentation

README

Terrazzo terminal

Terrazzo terminal is a simple web-based terminal built in Rust and Web Assembly using the Terrazzo library.

Getting started

Pre-requisite:

cargo install wasm-pack
cargo install stylance-cli

Compile from source

Then run terrazzo-terminal using

cargo run --bin terrazzo-terminal --release

Open the address printed on the terminal to stack hacking

Listening on http://127.0.0.1:3001

Install using cargo install

cargo install terrazzo-terminal

Then start it using

terrazzo-terminal
Commit count: 43

cargo fmt