Crates.io | triton-tui |
lib.rs | triton-tui |
version | 0.3.1 |
source | src |
created_at | 2023-12-22 23:15:26.002387 |
updated_at | 2024-09-26 14:28:38.026269 |
description | Terminal User Interface to help debugging programs written for Triton VM. |
homepage | https://triton-vm.org/ |
repository | https://github.com/TritonVM/triton-tui |
max_upload_size | |
id | 1078717 |
size | 705,876 |
Terminal User Interface to run and debug programs written for Triton VM.
Triton TUI tries to be helpful. 🙂 List possible (and required) arguments with triton-tui --help
.
In the TUI, press h
to access the help screen.
The example program, serving as the tutorial, can be run with
triton-tui examples/program.tasm
From crates.io:
cargo install triton-tui
Grab your completion file for bash, zsh, powershell, fish, or elvish.
Installation depends on your system and shell. 🙇