Skip to main content
widgets

Terminal

A terminal widget for use in shells or remote consoles

by The Fyne Team

About

This terminal widget allows you to simply drop a command line terminal into your app, useful for embedded command lines or remote terminals.

Currently supports Linux, macOS and Windows with more platforms to follow.

Code
#

t := Terminal.New()
addon screenshot addon screenshot addon screenshot

Installation

You can install this add-on using go get:

go get github.com/fyne-io/terminal

Or you can download the code directly from git:

git clone https://github.com/fyne-io/terminal.git