Skip to content

LinkPty is a Python package that allows you to manage pseudo terminals via WebSocket. It supports creating, managing, and interacting with terminals remotely through a WebSocket connection.

License

Notifications You must be signed in to change notification settings

RicePasteM/LinkPty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkPty

LinkPty is a Python package that allows you to manage pseudo terminals via WebSocket. It supports creating, managing, and interacting with terminals remotely through a transition Server.

Installation

To install the package:

pip install link_pty

Usage

After installing, you can run the terminal manager with:

link-pty --base-url "your_base_url_here"

If no base URL is provided, it defaults to linkpty.codesocean.top:43143.

Then you can visit your terminal through http://{your_base_url_here}/static/index.html, it defaults to http://linkpty.codesocean.top:43143/static/index.html

Contribution

Contributions to LinkPty are welcome! If you'd like to contribute, please follow these steps:

  1. Fork the repository: Start by forking the main repository to your GitHub account.

  2. Clone your fork: Clone the forked repository to your local machine.

git clone https://github.com/your-username/linkpty.git
git checkout -b my-feature-branch
  1. Make your changes: Add your code or documentation improvements.

  2. Commit your changes: Commit your changes with clear and descriptive messages:

git commit -m "Add feature: describe your feature here"
git push origin my-feature-branch
  1. Submit a pull request: Navigate to the original repository on GitHub and submit a pull request.

Issues and Support

If you encounter any bugs or issues, please open an issue in the GitHub Issues section. Be sure to provide detailed information, including steps to reproduce the problem.

For any questions or support, feel free to reach out via the issue tracker or start a discussion on the repository.

License

LinkPty is licensed under the MIT License. See the LICENSE file for more information.

About

LinkPty is a Python package that allows you to manage pseudo terminals via WebSocket. It supports creating, managing, and interacting with terminals remotely through a WebSocket connection.

Resources

License

Stars

Watchers

Forks

Packages

No packages published