Crates.io | simpleterm |
lib.rs | simpleterm |
version | 0.2.5 |
source | src |
created_at | 2020-07-10 21:44:04.805819 |
updated_at | 2020-07-11 20:49:43.157142 |
description | A bespoke fake terminal written in Rust |
homepage | |
repository | https://github.com/tjhaskel/rust_simpleterm |
max_upload_size | |
id | 263843 |
size | 231,991 |
simpleterm is a bespoke fake terminal created with piston_window.
It lets you create a window, send messages to it, grab input from the user, and display ascii art! You can also change the terminal's settings at any time, allowing you to create complicated scripts of actions.
This project is licensed under the MIT License - see the LICENSE.md file for details