Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 539 Bytes

A Simple Terminal Emulator written in Go.

This is a work in progress. Very rudimentary. I'm primary using this repository to both learn Go and about psuedo terminals (TTY/PTY).

I started from this article and plan to add features such as the cursor, handling signals, escape codes, etc.

To run the terminal:

  1. Install Golang.

  2. Clone the repository using:

git clone https://github.com/yeshwanth95/go_terminal.git