# Simple Terminal SDL

**URL:** https://forum.clockworkpi.com/t/simple-terminal-sdl/4673
**Category:** Developers
**Tags:** app, sdl, terminal
**Created:** [October 6, 2019, 8:02pm UTC](https://forum.clockworkpi.com/t/simple-terminal-sdl/4673 "2019-10-06T20:02:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![elefas](https://yyz1.discourse-cdn.com/flex029/user_avatar/forum.clockworkpi.com/elefas/32/859_2.png) [@elefas](https://forum.clockworkpi.com/u/elefas)
#### Post date: [October 6, 2019, 8:02pm UTC](https://forum.clockworkpi.com/t/simple-terminal-sdl/4673/1 "2019-10-06T20:02:09Z")

</div>

# ![st](https://canada1.discourse-cdn.com/flex029/uploads/clockworkpi/original/2X/6/6c93aefddffb8915ae08978f611ed5709a23e42e.png) Simple Terminal

> st is a simple virtual terminal emulator for X which sucks less.

To install on GameShell (OS v0.4), `ssh` to it and issue:

```auto
curl -sL https://github.com/pleft/st-sdl-gameshell/releases/download/v1.0-gs/SimpleTerminal.tar.gz | tar -xvz --directory "/home/cpi/apps/Menu/60_Utils/"

```

Then reload the UI and navigate to `Utils` and launch `SimpleTerminal`

> **[GitHub - pleft/st-sdl-gameshell: SDL Terminal for GAMESHELL](https://github.com/pleft/st-sdl-gameshell)**
>
> SDL Terminal for GAMESHELL

---

<div class="post-metadata">

### Author: ![guu](https://avatars.discourse-cdn.com/v4/letter/g/7ab992/32.png) [@guu](https://forum.clockworkpi.com/u/guu)
#### Post date: [October 7, 2019, 1:00am UTC](https://forum.clockworkpi.com/t/simple-terminal-sdl/4673/2 "2019-10-07T01:00:07Z")

</div>

![simple%20terminal%201](https://canada1.discourse-cdn.com/flex029/uploads/clockworkpi/original/2X/b/ba7b8979552c4868bfe4ef0f95d425fd095b5f04.jpeg) ![simple%20terminal%202](https://canada1.discourse-cdn.com/flex029/uploads/clockworkpi/original/2X/1/1a4ab279558be45265b82ca01428d1b391be35fb.jpeg) ![simple%20terminal%203](https://canada1.discourse-cdn.com/flex029/uploads/clockworkpi/original/2X/7/7f66d7dbe1ed25ba41bc6ddbc1ac91836f188a70.jpeg)

here are the screenshots , an awesome tool!

thanks pal

---

<div class="post-metadata">

### Author: ![guu](https://avatars.discourse-cdn.com/v4/letter/g/7ab992/32.png) [@guu](https://forum.clockworkpi.com/u/guu)
#### Post date: [October 7, 2019, 1:48am UTC](https://forum.clockworkpi.com/t/simple-terminal-sdl/4673/3 "2019-10-07T01:48:53Z")

</div>

```auto
wget https://github.com/pleft/st-sdl-gameshell/releases/download/v1.0-gs/SimpleTerminal.tar.gz
tar -zxvf SimpleTerminal.tar.gz--directory "/home/cpi/apps/Menu/60_Utils/"

```
