No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-09-24 16:09:59 -04:00
src modified: src/main.rs 2024-09-24 16:04:24 -04:00
.gitignore first commit 2024-09-24 16:02:15 -04:00
Cargo.lock first commit 2024-09-24 16:02:15 -04:00
Cargo.toml first commit 2024-09-24 16:02:15 -04:00
README.md Update README.md 2024-09-24 16:09:59 -04:00

PhantomTTY

PhantomTTY is a terminal emulator built with Rust using the egui framework. It provides a lightweight, unusable terminal experience with features like command history, tab completion, and a disgusting and unusable graphical interface.

image

Features

  • terminal emulation
  • Command history with up/down arrow navigation
  • Tab completion for commands and file paths
  • Terrible and borderline unusable graphical interface
  • Lightweight and it preforms

Installation

To install PhantomTTY, you need to have Rust and Cargo installed on your system. If you don't have them installed, you can get them from rustup.rs.

Once you have Rust and Cargo, you can clone this repository and build the project:

git clone https://github.com/0xGingi/PhantomTTY.git
cd PhantomTTY
cargo build --release

The binary will be located in the target/release directory.