https://github.com/sheik/goterm
Terminal emulator written in Golang
https://github.com/sheik/goterm
emulator go golang linux terminal unix
Last synced: 5 months ago
JSON representation
Terminal emulator written in Golang
- Host: GitHub
- URL: https://github.com/sheik/goterm
- Owner: sheik
- Created: 2022-11-27T16:14:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T03:00:40.000Z (over 3 years ago)
- Last Synced: 2024-06-21T13:03:23.101Z (about 2 years ago)
- Topics: emulator, go, golang, linux, terminal, unix
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goterm
Goterm is a terminal emulator / ssh client written in pure Go -- it should produce a static binary with no dependencies. It does not link to GTK or QT to produce a GUI.
Instead it uses xgb (Go bindings for [XCB](https://xcb.freedesktop.org/))
## Install
```bash
go install github.com/sheik/goterm/cmd/goterm@latest
```