| Crates.io | ratty |
| lib.rs | ratty |
| version | 0.1.0 |
| created_at | 2025-04-11 02:37:24.839821+00 |
| updated_at | 2025-04-11 02:37:24.839821+00 |
| description | A Rust Terminal Emulator Because Reasons |
| homepage | |
| repository | https://github.com/evanjpw/ratty |
| max_upload_size | |
| id | 1629160 |
| size | 32,419 |
A Rust Terminal Emulator Because Reasons
Ratty is a cross-platform terminal emulator written in Rust, focusing on speed, feature flexibility, and usability across multiple operating systems. The project aims to combine the best features from various terminal emulators while maintaining a consistent experience across platforms.
This project is in the early development stage. The initial focus is on establishing core architecture and basic terminal functionality.
# Clone the repository
git clone https://github.com/evanjpw/ratty.git
cd ratty
# Build the project
cargo build
# Run the project
cargo run
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.