MCSManager / PTY

Cross-platform pseudo-teletype application
https://github.com/MCSManager/pty
MIT License
24 stars 6 forks source link
console go pseudo-teletype pty teletype terminal

Pseudo-teletype App

-- -- --

English | 简体中文


What is PTY?

![terminal image](https://user-images.githubusercontent.com/18360009/202891148-e7e5bf63-c4a9-454f-8f62-c91dc594cefa.png)

tty = "teletype",pty = "pseudo-teletype"

In UNIX, /dev/tty* is any device that acts like a "teletype"

A pty is a pseudotty, a device entry that acts like a terminal to the process reading and writing there, but is managed by something else. They first appeared for X Window and screen and the like, where you needed something that acted like a terminal but could be used from another program.


Quickstart

Start a PTY and set window size.

go build
./pty -dir "." -cmd [\"bash\"] -size 50,50

You can execute any command, just like the SSH terminal.

ping google.com
top
htop


Flags:

  -cmd string
        command
  -coder string
        Coder (default "UTF-8")
  -dir string
        command work path (default ".")
  -size string
        Initialize pty size, stdin will be forwarded directly (default "50,50")


MCSManager

MCSManager is a Distributed, Docker-supported, Multilingual, and Lightweight control panel for Minecraft server and all console programs.

This application will provide PTY functionality for MCSManager, it is specifically designed for MCSManager, you can also try porting to your own application.

More info: https://github.com/mcsmanager/mcsmanager


Contributing

Interested in getting involved?


MIT license

Released under the MIT License.

Copyright 2022 zijiren233 and contributors.