Registry / utility / tonistiigi-vt100

tonistiigi-vt100

JSON →
library0.0.0-20240514184818-90bafcd6ababgogounverified

Package vt100 implements a quick-and-dirty programmable ANSI terminal emulator for running subprocesses that expect a terminal.

go get github.com/tonistiigi/vt100
INSTALL
IMPORT
SIG · TONISTIIGI-VT100
T
tonistiigi-vt100
utilitygov0.0.0-20240514184818-90bafcd6abab
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vt100
✓ github.com/tonistiigi/vt100

Creates a new VT100 terminal emulator instance and prints it.

package main import ( "fmt" "github.com/tonistiigi/vt100" ) func main() { term := vt100.NewVT100() fmt.Println(term) }
Debug
Known issues
gotchaThis package is described as 'quick-and-dirty' and may have bugs or incomplete features.
fix
Use a more robust terminal emulator for production use.
affects: all
Upgrade
Version history
0.0.0-20240514184818-90bafcd6abablatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tonistiigi-vt100 — go get tonistiigi-vt100 · libregistry