All Projects → google → Goterm

google / Goterm

Licence: bsd-3-clause
Go Terminal library with PTY support and colors

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Goterm

Bash It
A community Bash framework.
Stars: ✭ 12,671 (+6939.44%)
Mutual labels:  terminal
Fake Terminal Website
A fully customizable terminal-like website template
Stars: ✭ 174 (-3.33%)
Mutual labels:  terminal
Dotfiles
~/.dotfiles
Stars: ✭ 177 (-1.67%)
Mutual labels:  terminal
Slash
Slack terminal client.
Stars: ✭ 164 (-8.89%)
Mutual labels:  terminal
Tlog
Terminal I/O logger
Stars: ✭ 170 (-5.56%)
Mutual labels:  terminal
Jexer
Java Text User Interface
Stars: ✭ 174 (-3.33%)
Mutual labels:  terminal
React Terminal Component
Terminal emulator component for React. Emulate a terminal/console with autocomplete, commands, a file-system and themes.
Stars: ✭ 169 (-6.11%)
Mutual labels:  terminal
Sd
Intuitive find & replace CLI (sed alternative)
Stars: ✭ 2,755 (+1430.56%)
Mutual labels:  terminal
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-3.89%)
Mutual labels:  terminal
Mellplayer
A tiny terminal player based on Python3
Stars: ✭ 176 (-2.22%)
Mutual labels:  terminal
Shell Pop El
shell-pop.el helps you to use shell easily on Emacs. Only one key action to work.
Stars: ✭ 171 (-5%)
Mutual labels:  terminal
Ddgr
🦆 DuckDuckGo from the terminal
Stars: ✭ 2,243 (+1146.11%)
Mutual labels:  terminal
Treeify
Pretty-print a javascript object as a tree
Stars: ✭ 174 (-3.33%)
Mutual labels:  terminal
Wtf
The personal information dashboard for your terminal
Stars: ✭ 12,973 (+7107.22%)
Mutual labels:  terminal
2048 Cli
The game 2048 for your Linux terminal (https://github.com/gabrielecirulli/2048)
Stars: ✭ 176 (-2.22%)
Mutual labels:  terminal
Hascard
flashcard TUI with markdown cards
Stars: ✭ 171 (-5%)
Mutual labels:  terminal
Dilemma
TTY selection prompt for Go programs
Stars: ✭ 174 (-3.33%)
Mutual labels:  terminal
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+1517.78%)
Mutual labels:  terminal
Vue Terminal
A terminal emulator in Vue. https://vue-terminal.now.sh/
Stars: ✭ 179 (-0.56%)
Mutual labels:  terminal
Xresources Themes
A big (huge) collection of rxvt / xterm terminal themes
Stars: ✭ 174 (-3.33%)
Mutual labels:  terminal

CircleCI

The term package implements PTY creation and termios get/set attributes. It also contains some convenience functions for colors, SSH <> termios translations, readCh , reading passwords etc.

The PTY and termios parts are Linux specific.

Get the code

go get github.com/google/goterm/term

package main

import (
  "fmt"

  "github.com/google/goterm/term"
)

func main() {
  fmt.Println(term.Blue("Hello blue world"))
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].