Skip to content
/ st Public

My attempt at creating a X11 terminal emulator. Not suitable for everyday (or any real) use.

License

Notifications You must be signed in to change notification settings

shohamc1/st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

st - Stupid Terminal

My attempt at creating a X11 terminal emulator. Inspired by this blog post.

Debian Fedora

How to run

Install Prerequisites

To build the project, you will need the X11 development headers.

Debian: sudo apt install libx11-dev

Build and Run

These commands should build and run the terminal emulator.

git clone https://www.github.com/shohamc1/st.git
cd st
make clean install

Other make commands

Objective Command
build executable make build
run executable make run
clean files make clean

About

My attempt at creating a X11 terminal emulator. Not suitable for everyday (or any real) use.

Topics

Resources

License

Stars

Watchers

Forks