pty:Go的PTY界面 源码
ty Pty是使用unix伪终端的Go软件包。 安装 go get github.com/creack/pty 例 命令 package main import ( "io" "os" "os/exec" "github.com/creack/pty" ) func main () { c := exec . Command ( "grep" , "--color=auto" , "bar" ) f , err := pty . Start ( c ) if err != nil { panic ( err ) } go func () { f . Write ([
文件列表
pty-master.zip
(预估有个40文件)
pty-master
mktypes.bash
329B
ztypes_386.go
118B
pty_freebsd.go
2KB
.gitignore
27B
go.mod
39B
doc.go
349B
test_crosscompile.sh
1KB
Dockerfile.riscv
490B
pty_darwin.go
1KB
暂无评论