simpleterm 0.2.3

A bespoke fake terminal written in Rust
Documentation

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