simpleterm

Crates.iosimpleterm
lib.rssimpleterm
version0.2.5
sourcesrc
created_at2020-07-10 21:44:04.805819
updated_at2020-07-11 20:49:43.157142
descriptionA bespoke fake terminal written in Rust
homepage
repositoryhttps://github.com/tjhaskel/rust_simpleterm
max_upload_size
id263843
size231,991
Trevan Haskell (tjhaskel)

documentation

README

simpleterm

Rust

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.

splash

Getting Started

  1. Run the example with "cargo run"
  2. Examine the example main.rs file and read up on the Terminal functions
  3. Write you own script in main.rs and try it out!

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Commit count: 60

cargo fmt